免费试用

中文化、本土化、云端化的在线跨平台软件开发工具,支持APP、电脑端、小程序、IOS免签等等

html做网页

HTML(Hypertext Markup Language)是一种标记语言,用于创建网页。它使用标签来描述网页上的内容和结构,可以包含文本、图像、链接、表格等元素。HTML是网页设计的基础,掌握HTML的基本知识是建立网站的第一步。

HTML文档的结构

HTML文档由标签、属性和内容组成。标签用于描述文档的结构,属性用于描述标签的特性,而内容则是标签包含的内容。

HTML文档的基本结构如下:

```

网页标题

网页内容

```

其中,``是文档类型声明,告诉浏览器文档使用的HTML版本。``标签是文档的根元素,包含整个文档。``标签包含文档的元数据,如标题、样式表和脚本等。``标签用于指定文档的标题,在浏览器的标签页上显示。`<body>`标签包含文档的主要内容。</p><p>HTML标签和属性</p><p>HTML中有许多标签和属性,可以用于创建各种元素和结构。下面是一些常用的标签和属性:</p><p>1. 标题标签</p><p>HTML中有六个级别的标题标签,从`<h1>`到`<h6>`,分别用于表示不同级别的标题。例如:</p><p>```</p><p><h1>这是一级标题</h1></p><p><h2>这是二级标题</h2></p><p>```</p><p>2. 段落标签</p><p>段落标签`<p>`用于表示一个段落,例如:</p><p>```</p><p><p>这是一个段落。</p></p><p><p>这是另一个段落。</p></p><p>```</p><p>3. 图像标签</p><p>图像标签`<img>`用于在网页中插入图像,例如:</p><p>```</p><p><img src="图片地址" alt="图像描述"></p><p>```</p><p>其中,`src`属性指定图像的URL,`alt`属性指定图像的描述文字,用于在图像无法显示时提供替代内容。</p><p>4. 链接标签</p><p>链接标签`<a>`用于创建链接,例如:</p><p>```</p><p><a href="链接地址">链接文本</a></p><p>```</p><p>其中,`href`属性指定链接的URL,链接文本是用户点击时显示的文本。</p><p>5. 列表标签</p><p>HTML中有两种类型的列表:有序列表和无序列表。有序列表使用`<ol>`标签,无序列表使用`<ul>`标签,列表项使用`<li>`标签。例如:</p><p>```</p><p><ol></p><p> <li>第一项</li></p><p> <li>第二项</li></p><p></ol></p><p><ul></p><p> <li>第一项</li></p><p> <li>第二项</li></p><p></ul></p><p>```</p><p>6. 表格标签</p><p>表格标签`<table>`用于创建表格,表格行使用`<tr>`标签,表格头使用`<th>`标签,表格单元格使用`<td>`标签。例如:</p><p>```</p><p><table></p><p> <tr></p><p> <th>姓名</th></p><p> <th>年龄</th></p><p> </tr></p><p> <tr></p><p> <td>张三</td></p><p> <td>20</td></p><p> </tr></p><p> <tr></p><p> <td>李四</td></p><p> <td>25</td></p><p> </tr></p><p></table></p><p>```</p><p>7. 表单标签</p><p>表单标签`<form>`用于创建表单,表单元素使用各种输入标签,如文本框、单选框、复选框、下拉框等。例如:</p><p>```</p><p><form action="提交地址" method="post"></p><p> <label for="username">用户名:</label></p><p> <input type="text" id="username" name="username"></p><p> <label for="password">密码:</label></p><p> <input type="password" id="password" name="password"></p><p> <input type="submit" value="提交"></p><p></form></p><p>```</p><p>其中,`action`属性指定表单提交的URL,`method`属性指定提交方式(get或post),`for`属性指定标签的关联文本,`name`属性指定表单元素的名称。</p><p>HTML样式</p><p>HTML可以使用内联样式、内部样式和外部样式表来设置样式。</p><p>1. 内联样式</p><p>内联样式使用`style`属性设置,例如:</p><p>```</p><p><p style="color:red;">这是红色文本。</p></p><p>```</p><p>2. 内部样式</p><p>内部样式使用`<style>`标签设置,例如:</p><p>```</p><p><head></p><p> <style></p><p> p {</p><p> color: red;</p><p> }</p><p> </style></p><p></head></p><p><body></p><p> <p>这是红色文本。</p></p><p></body></p><p>```</p><p>3. 外部样式表</p><p>外部样式表使用`<link>`标签引入,例如:</p><p>```</p><p><head></p><p> <link rel="stylesheet" href="样式表地址"></p><p></head></p><p><body></p><p> <p>这是样式表设置的文本。</p></p><p></body></p><p>```</p><p>其中,`href`属性指定样式表的URL。</p><p>总结</p><p>HTML是网页设计的基础,掌握HTML的基本知识对于建立网站至关重要。HTML文档由标签、属性和内容组成,常用的标签包括标题标签、段落标签、图像标签、链接标签、列表标签、表格标签和表单标签。HTML可以使用内联样式、内部样式和外部样式表来设置样式。</p></div> <script type="text/javascript" src="//123.yimenapp.com/production/pkj/sc/source/s/common/t-gh.js"></script> <hr style="margin: 20px 0;height: 0;border: none; border-bottom: 1px dashed #ddd;"/> <div class="tag-banner"><a href="https://ruanzhu.yimenapp.com/"><img src="//cdn.myapp.ltd/ag/3/xinruanzhu.gif" style="vertical-align: top;display: inline-block;width: auto;max-width:100%;"></a></div> <div style="font-size:130%;padding-top:20px;">相关知识:</div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-app-kai-fa-mo-shi-15153.html">app开发模式</a> <div class=summary>App开发模式是指在移动应用开发中,开发者采用的开发方式和开发流程。一般来说,App开发模式可以分为原生开发、混合开发和Web App开发三种。下面我将详细介绍这三种开发模式的原理和特点。一、原生开发原生开发是指使用操作系统提供的开发工具和SDK,使用原生</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-ru-he-ba-vue-xiang-mu-da-bao-cheng-app-15065.html">如何把vue项目打包成app</a> <div class=summary>Vue.js是一种先进的JavaScript框架,可以用于构建现代化的单页Web应用程序。许多开发人员选择Vue.js来开发他们的应用程序,因为它是一个灵活的框架,可以轻松地扩展和自定义。但是,在某些情况下,您可能需要将Vue.js应用程序打包成移动应用程</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-hun-ge-kai-fa-app-zen-me-kai-fa-15026.html">混合开发app怎么开发</a> <div class=summary>混合开发是指将Web应用程序和原生应用程序结合起来,以创建跨平台的移动应用程序。它通过使用Web技术(如HTML、CSS和JavaScript)来构建应用程序,并将其包装在本地容器中,以便在移动设备上运行。混合开发可以带来很多好处,比如跨平台支持、快速开发</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-ru-he-chuang-li-yi-ge-app-14914.html">如何创立一个app</a> <div class=summary>创立一个app需要几个关键步骤,分别是:设想、设计、开发、测试、发布。以下是详细介绍:一、设想创立一个app的第一步是设想,确定你的app要解决什么问题,或者提供什么服务。你需要考虑你的app是为哪个人群设计的,这个人群有什么需求,你的app能够解决这些需</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-xiao-bai-zi-zhi-shou-ji-app-14149.html">小白自制手机app</a> <div class=summary>随着智能手机的普及,手机应用程序也变得越来越流行。人们可以通过应用程序来完成许多任务,如购物、社交、游戏等等。但是,对于一些想要自己制作应用程序的人来说,他们可能不知道如何开始。在本文中,我将介绍一些关于制作手机应用程序的基本原理和方法。首先,要制作一个手</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-h5-xie-mian-sheng-cheng-app-14068.html">h5页面生成app</a> <div class=summary>H5页面生成App是一种将H5页面转化为原生App的技术,可以让开发者将网页应用转化为移动应用,提高用户体验和应用的可用性。本文将介绍H5页面生成App的原理和详细步骤。一、原理H5页面生成App的原理是通过将H5页面封装成原生App的形式,在App中以W</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-vscode-zhong-chuang-jian-webapp-13484.html">vscode中创建webapp</a> <div class=summary>VS Code是一款轻量级的代码编辑器,它具有强大的功能和插件生态系统,可以让我们更高效地编写代码。在VS Code中创建一个webapp可以分为以下几个步骤:1. 安装必要的工具和插件在开始创建webapp之前,我们需要先安装必要的工具和插件。首先,我们</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-fa-bu-webapp--he-shou-ji-app-13058.html">发布webapp 和手机app</a> <div class=summary>WebApp和手机App是两种不同的应用程序,其开发和发布方式也有所不同。在本文中,我们将详细介绍这两种应用程序的发布方式。一、WebApp的发布WebApp是一种基于Web技术开发的应用程序,可以通过浏览器访问。WebApp的开发过程相对简单,只需要掌握</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-app-kai-fa-shou-ji-gong-ju-13004.html">app开发手机工具</a> <div class=summary>移动应用程序(App)是指设计用于智能手机、平板电脑等移动设备上的软件程序。随着智能手机的普及,App开发也成为了一项热门的技术领域。本文将从原理和详细介绍两个方面来探讨App开发的手机工具。一、App开发的原理App开发的原理可以分为三个步骤:前端开发、</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-chang-jian-de-yi-dong-app-kai-fa-kuang-jia-12329.html">常见的移动app开发框架</a> <div class=summary>移动app开发框架是指一套可重用的代码库,可以加速应用程序的开发。它们提供了一些预定义的组件和库,可以帮助开发人员快速创建各种类型的应用程序。在本篇文章中,我们将介绍一些常见的移动app开发框架,包括原理和详细介绍。1. React NativeReact</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-app--de-html-12002.html">app 的html</a> <div class=summary>APP的HTML是指在移动应用程序中使用的HTML(超文本标记语言)。HTML是一种用于创建Web页面的标记语言,用于描述页面内容的结构和语义。在移动应用程序中,HTML可以用于创建和呈现应用程序的用户界面,以及提供动态内容。下面将详细介绍APP的HTML</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/10/23750235196.jpg"/> <div class=content> <a class=title href="info@-guns-kai-fa-kuang-jia-11472.html">guns开发框架</a> <div class=summary>Guns是一款基于Spring Boot的快速开发框架,它致力于简化企业级应用开发流程,提高开发效率,减少重复劳动。Guns框架提供了丰富的工具和组件,包括代码生成器、权限管理、通用CRUD操作、多数据源支持等等,可以帮助开发者快速搭建一个完整的企业级应用</div> <div class=date>2023-04-06</div> </div> </div> </div> </div> <div class="topMs" style="height:auto;background:#fff;"></div> <div class="footer"> <div class="width_normal"> <ul class="foot_ul"> <li class="foot_title">一门APP</li> <li><a href="https://www.yimenapp.com/aboutus.html">关于我们 ›</a></li> <li><a href="https://www.yimenapp.com/https://www.yimenapp.com/https://www.yimenapp.com/aboutus.html">隐私条款 ›</a></li> <li><a href="https://www.yimenapp.com/https://www.yimenapp.com/https://www.yimenapp.com/aboutus.html">企业文化 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">企业历程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">主要产品</li> <li><a href="https://www.yimenapp.com/more.html">一门APP ›</a></li> <li><a href="https://www.yimenapp.com/exe.html">一门应用 ›</a></li> <li><a href="https://www.yimenapp.com/shop.cshtml">一门云商城 ›</a></li> <li><a href="https://www.yimenapp.com/jiaocheng.html">使用教程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">增值服务</li> <li><a href="https://www.yimenapp.com/iosup.html">苹果上架 ›</a></li> <li><a href="https://www.yimenapp.com/androidup.html">安卓上架 ›</a></li> <li><a href="https://www.yimenapp.com/softpage.html">软著申请 ›</a></li> <li><a href="https://bbs.yimenapp.com/forum-151-1.html">应用内测 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">开放平台</li> <li><a href="/module">组件模块 ›</a></li> <li><a href="doc/demo.cshtml">APP Demo ›</a></li> <li><a href="/desktop/doc/#/api/variable">PC Demo ›</a></li> <li><a href="https://bbs.yimenapp.com">开发者社区 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">语言版本</li> <li><a href="/" onclick='document.cookie="_ymlang=zh"'>简体中文 ›</a></li> <li><a href="/" onclick='document.cookie="_ymlang=zh-tw"'>繁体中文 ›</a></li> <li><a href="/" onclick='document.cookie="_ymlang=en"'>英文 ›</a></li> </ul> <ul class="foot_ul contactUs"> <li class="foot_title"><a href="aboutus.html">联系我们</a></li> <li>企业电话: 4001658508</li> <li>企业QQ: 4001658508</li> <li>座机: 028-65787095</li> <li>邮箱: dev@yimenapp.com</li> <li>地址: 四川省成都市高新区剑南大道1537号3栋4楼</li> </ul> <style> .footer {background: #F9F9FA;height: auto;width: 100%;clear: both;} .link_list1 {width: 100%;clear: both;border-top: 1px solid #fff;margin-top: 9px;} .fflist {position: relative;height: auto;} .fflist-title {position: absolute;left: 0;text-align: left;line-height: 25px;font-size: 13px;color: #6a7582;letter-spacing: .43px;padding-right: 20px;font-weight: 700;} .fflist-wrap {zoom: 1;padding-left: 70px;width: 100%;box-sizing: border-box;} .fflist-link{display: inline-block;width: 10%;text-align: left;line-height: 25px;font-size: 12px;color: #6a7582;letter-spacing: .43px;text-decoration: none;} </style> <div class="link_list1"> <div class="fflist"> <span class="fflist-title">一门产品</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/more.html" target="_blank">APP打包</a> <a class="fflist-link" href="https://www.yimenapp.com/exe.html" target="_blank">EXE打包</a> <a class="fflist-link" href="https://www.yimenapp.com/shop.html" target="_blank">云商城</a> <a class="fflist-link" href="https://www.yimenapp.com/discuz.html" target="_blank">Discuz app</a> <a class="fflist-link" href="https://www.yimenapp.com/wordpress.html" target="_blank">Wordpress app</a> <a class="fflist-link" href="https://www.yimenapp.com/webclip.html" target="_blank">Webclip</a> <a class="fflist-link" href="https://www.yimenapp.com/softpage.html" target="_blank">APP软著申请</a> <a class="fflist-link" href="https://www.yimenapp.com/iosup.html" target="_blank">APP上架</a> <a class="fflist-link" href="https://www.yimenapp.com/ssl.html" target="_blank">SSL加密</a> <a class="fflist-link" href="https://www.yimenapp.com/iosmianqian.html" target="_blank">IOS免签版</a> <a class="fflist-link" href="https://www.yimenapp.com/vueapp.html" target="_blank">vue做APP</a> <a class="fflist-link" href="https://www.yimenapp.com/appfenfa.html" target="_blank">APP分发</a> <a class="fflist-link" href="https://www.yimenapp.com/ioscer.html" target="_blank">IOS证书制作工具</a> </div> </div> <div class="fflist"> <span class="fflist-title">一门文档</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/hangye/" target="_blank">行业资讯</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/diannaoruanjian/" target="_blank">电脑软件</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/xiaochengxu/" target="_blank">小程序</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/ssl/" target="_blank">SSL教程</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appruanzhu/" target="_blank">APP软著</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appfengzhuang/" target="_blank">APP封装</a> <a class="fflist-link" href="https://www.yimenapp.cn/yun/category/appshangjia/" target="_blank">APP上架</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/jssdk/" target="_blank">JS-SDK</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/appcs/" target="_blank">测试分发</a> </div> </div> <div class="fflist"> <span class="fflist-title">三方平台</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/hwopen/" target="_blank">华为开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/oppokfpt/" target="_blank">OPPO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/vivokfpt/" target="_blank">VIVO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/xiaomikfpt/" target="_blank">小米开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/meizukfpt/" target="_blank">魅族开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/weixinopen/" target="_blank">微信开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/zfbopen/" target="_blank">支付宝开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/baiduopen/" target="_blank">百度开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/qqopen/" target="_blank">腾讯开放平台</a> </div> </div> <div class="fflist"> <span class="fflist-title">推荐模块</span> <div class="fflist-wrap"> <a class="fflist-link" href="/module/yuan-sheng-biao-ti-lan-1.html" target="_blank">原生标题栏</a> <a class="fflist-link" href="/module/sao-yi-sao-8.html" target="_blank">扫一扫</a> <a class="fflist-link" href="/module/an-gao-qi-dong-bing-32.html" target="_blank">广告启动屏</a> <a class="fflist-link" href="/module/wei-xin-fen-xiang-33.html" target="_blank">微信分享</a> <a class="fflist-link" href="/module/ce-bian-lan-52.html" target="_blank">侧边栏</a> <a class="fflist-link" href="/module/AppsFlyer--tong-ji-152.html" target="_blank">AppsFlyer统计</a> <a class="fflist-link" href="/module/zhi-fu-bao-zhi-fu-37.html" target="_blank">支付宝支付</a> <a class="fflist-link" href="/module/X5-nei-he-20.html" target="_blank">X5内核</a> <a class="fflist-link" href="/module/chuan-shan-jia-an-gao-90.html" target="_blank">穿山甲广告</a> <a class="fflist-link" href="/module/liu-lan-qi-UA-13.html" target="_blank">浏览器UA</a> <a class="fflist-link" href="/module/iOS-nei-gou-30.html" target="_blank">IOS内购</a> <a class="fflist-link" href="/module/tuo-luo-yi-59.html" target="_blank">陀螺仪</a> <a class="fflist-link" href="/module/ji-shi-tong-xun-64.html" target="_blank">融云IM</a> <a class="fflist-link" href="/module/IDFA--an-gao-biao-shi-fu-75.html" target="_blank">IDFA广告标识</a> <a class="fflist-link" href="/module/IMEIOAID--biao-shi-74.html" target="_blank">IMEI/OAID</a> <a class="fflist-link" href="/module/ge-tui-tui-song-39.html" target="_blank">个推推送</a> <a class="fflist-link" href="/module/gao-de-ding-wei-130.html" target="_blank">高德定位</a> <a class="fflist-link" href="/module/wei-xin-deng-lu-11.html" target="_blank">微信登录</a> </div> </div> </div> <div style="text-align:center;padding-top:2em;line-height:2.2em"><a href="/fengzhuang-177.html">app转换成h5网页版</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-677.html">免编程制作app软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-764.html">app网页版</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-895.html">快捷方式创建app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-942.html">自己开发app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1101.html">ios封装app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1226.html">学app开发</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1911.html">app工单创建</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2507.html">vue 移动端开发框架比较</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2517.html">app webapp 搜索</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2589.html">前端开发框架有哪些?</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2905.html">前端app原生+h5</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2908.html">webgl开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2955.html">flutter搭建一个app架构</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3164.html">delphi开发app怎么样</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3372.html">安卓app如何套壳</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-4008.html">vue 项目 app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-4139.html">h5安卓开发</a></div> <div style="clear:both;"></div> <div class="link_list"> <span>友情链接:</span> <a href="https://www.yimenapp.com">APP开发</a> <a href="https://bbs.yimenapp.com">APP开发社区</a> <a href="http://www.anzhuoe.cn">安卓上架</a> <a href="https://www.yimenapp.net">APP打包</a> <a href="http://app.applebyme.cn">APP生成</a> <a href="http://www.yimenapp.cn">APP封装</a> <a href="http://www.uapp.club">webclip</a><a href="http://www.yizhanapp.com">驿站APP</a> <a href="http://discuz.yizhanapp.com">discuz做APP</a> <a href="http://www.applebyme.cn/">苹果APP上架</a> <a href="https://www.yimenapp.com/wordpress.html">wordpress app</a><a href="https://www.yimenssl.com/">低价ssl</a> <div style="clear:both;"></div> </div> </div> </div> <div class="bottom"> <div class="width_normal"> <span>©2015-2021 成都七扇门科技有限公司 yimenapp.cn</span> <span><img src="//cdn.myapp.ltd/ag/35/img/foot_1.png"/> <a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51019002001185">川公网安备 51019002001185号</a></span> <span><a href="https://beian.miit.gov.cn/">蜀ICP备17005078号</a></span> <span><a href="https://v.yunaq.com/certificate?domain=www.yimenapp.com&from=label&code=90030"><img src="//cdn.myapp.ltd/ag/35/img/foot_2.png" class="bot_img"/></a></span> <div style="clear:both;"></div> </div> </div> <!-- WPA start --> <script id="qd2852153749712b2d3cc16651c050fa3081fba21c66" src="https://wp.qiye.qq.com/qidian/2852153749/712b2d3cc16651c050fa3081fba21c66" charset="utf-8" async defer></script> <!-- WPA end --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a329e18a856a045eca3ffcfe3899ab7a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> /*推广联盟*/ (function () { var m = /un=(\d+)/.exec(location.href.toLowerCase()); if (!m) return; var d = new Date(); d.setTime(d.getTime() + 12 * 3600 * 1000); document.cookie = "un=" + m[1] + ";path=/;expires=" + d.toGMTString(); })(); </script> <link rel=stylesheet href=assets/highlight-11.9.0/styles/vs.min.css /> <style>code[lang]::before{content:attr(lang);display:block;text-align:right;margin-bottom:8px;font-weight:bold;text-transform:capitalize}</style> <script src=assets/highlight-11.9.0/highlight.min.js></script> <script>hljs.highlightAll()</script></body> </html>