免费试用

中文化、本土化、云端化的在线跨平台软件开发工具,支持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@-zhi-zuo-yi-ge-app-xu-yao-shen-me-ji-shu-ya-15344.html">制作一个app需要什么技术呀</a> <div class=summary>制作一个app需要多种技术,包括前端开发、后端开发、数据库管理、云服务等方面的技术。下面将逐一介绍这些技术。前端开发技术:前端开发是指开发人员使用 HTML、CSS 和 JavaScript 等技术,实现用户界面和交互设计。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@-h5-webapp--mo-ban-14495.html">h5 webapp 模板</a> <div class=summary>H5 WebApp 模板是一种基于 HTML5 技术的移动 Web 开发框架,可以帮助开发者快速构建高效、美观、易用的移动 Web 应用。H5 WebApp 模板的原理是基于 HTML5 技术实现的,HTML5 是一种标准化的 Web 技术,它包括 HTM</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@-yi-dong-duan-kuang-jia-14449.html">移动端框架</a> <div class=summary>移动端框架是一种用于构建移动应用程序的软件框架。它提供了一系列的工具和组件,用于简化移动应用程序的开发和维护工作。移动端框架可以帮助开发人员快速构建应用程序,减少代码量,提高开发效率。移动端框架的原理移动端框架的原理是基于Web技术,使用HTML、CSS和</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@-kua-ping-tai-kai-fa-kuang-jia-14280.html">跨平台开发框架</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@-zai-xian-yi-jian-sheng-cheng-wang-xie-14206.html">在线一键生成网页</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/09/35628175461.jpg"/> <div class=content> <a class=title href="info@-ba-wen-jian-da-bao-cheng-app-de-ruan-jian-13721.html">把文件打包成app的软件</a> <div class=summary>在软件开发中,将多个文件打包成一个可执行的应用程序(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@-sdk-12506.html">sdk</a> <div class=summary>SDK,即Software Development Kit,软件开发工具包,是一种软件工具集合,通常由一组API、开发工具和文档组成,用于帮助开发人员快速、方便地开发特定类型的应用程序。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@-ios-app-chuang-jian-11778.html">ios app创建</a> <div class=summary>iOS应用程序是专门为苹果公司的移动操作系统iOS设计和开发的应用程序。苹果公司提供了一个称为Xcode的开发工具箱,开发人员可以使用它来创建iOS应用程序。在本文中,我们将详细介绍如何使用Xcode创建iOS应用程序。1. 下载和安装Xcode首先,您需</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@-wang-zhan-kai-fa-kuang-jia-chang-yong-js-11686.html">网站开发框架常用js</a> <div class=summary>在网站开发中,JavaScript是必不可少的一部分。而在JavaScript的开发中,使用框架可以大大提高开发效率和代码可读性。下面介绍一些常用的JavaScript框架。1. jQueryjQuery是最常用的JavaScript框架之一,它简化了HT</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-he-h5-hun-ge-kai-fa-11249.html">app和h5混合开发</a> <div class=summary>App和H5混合开发是一种结合了原生应用和H5网页的开发方式,它将原生应用和H5网页有机地结合在一起,既兼顾了原生应用的性能和用户体验,又具备了H5网页的跨平台特性和灵活性。本文将从原理和详细介绍两个方面来介绍App和H5混合开发。一、原理App和H5混合</div> <div class=date>2023-04-06</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/2023-04/03/09/35628175461.jpg"/> <div class=content> <a class=title href="info@-app-zai-xian-kai-fa-11213.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@-kai-fa-app-xu-yao-na-xie-ji-shu-11150.html">开发app需要哪些技术</a> <div class=summary>开发一个完整的App需要多种技术的支持,包括前端、后端、数据库、服务器等等。下面将详细介绍开发App所需要的技术。一、前端技术1. HTML/CSS/JavaScriptHTML是网页的骨架,CSS是网页的外观,JavaScript是网页的动态交互。这三种</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-211.html">app嵌套h5页面框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-407.html">h5 apk</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-466.html">自己制作app难吗</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-610.html">url封装app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-746.html">帮做app软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-840.html">vue app框架 view</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-982.html">web端的软件</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1871.html">安卓和web混合开发</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-1898.html">自创产品app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2567.html">互联网移动端开发</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2630.html">想做个app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2650.html">网站开发框架常用js</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-2906.html">接口开发框架</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3111.html">怎么通过vue开发app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3159.html">云平台sdk</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3471.html">安卓api</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-3842.html">这么把vue项目搞成app</a> <span style="color:#ddd"> | </span> <a href="/fengzhuang-4001.html">前端 app</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>