百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

HTML 入门--1

zhezhongyun 2025-02-08 13:46 30 浏览

benw

一、HTML 的基本概述

  • 定义与作用 :HTML 即超文本标记语言,是构成万维网基础的重要元素,主要定义网页内容的含义和结构,其他技术(如 CSS 用于表现与展示效果,JavaScript 用于功能与行为)则作为补充。超文本指的是连接单个或多个网站间网页的链接,它是网络的关键组成部分。
  • 标记与元素 :HTML 利用 “标记” 来标注文本、图片等各类内容,以便在浏览器中呈现,包含多种元素如 、、<body>、<header>、<footer>、<article>、<section>、<p>、<div>、<span>、<img>、<aside>、<audio>、<canvas>、<datalist>、<details>、<embed>、<nav>、<output>、<progress>、<video>、<ul>、<ol>、<li> 等。</li><li data-track="183"><strong>标签特点</strong> :通过 “标签” 将文本从文档中引出,由 “<”“>” 包裹元素名构成,HTML 标签里的元素名不区分大小写,一般推荐使用全部小写。</li></ul><p data-track="184"><strong>二、主要资源介绍</strong></p><ul><li data-track="185"><strong>HTML 介绍</strong> :为新手提供基础文章,讲解 HTML 概念及使用方法。</li><li data-track="186"><strong>HTML 教程</strong> :涵盖使用 HTML 的文章、教程和完整示例,可在 HTML 学习区查看。</li><li data-track="187"><strong>HTML 参考</strong> :包含了 HTML 每个元素和属性的详细信息,资源丰富。</li><li data-track="188"><strong>初学者教程</strong> :在 HTML 学习区有许多特色模块,可让学习者从零开始,无需先前经验掌握 HTML。</li></ul><p data-track="189"><strong>三、HTML 相关学习模块</strong></p><ul><li data-track="190"><strong>HTML 介绍模块</strong> :帮助学习者打下基础,掌握核心概念和语法,学会将 HTML 应用于文本、创建超链接及构建网页。</li><li data-track="191"><strong>多媒体与嵌入内容模块</strong> :探索在网页中包含多媒体内容的方式,如嵌入图片、视频、音频及其他网页。</li><li data-track="192"><strong>HTML 表格模块</strong> :教授如何以可理解且易于访问的形式在网页展示表格化数据,涵盖基本表格标记及一些复杂特性。</li><li data-track="193"><strong>HTML 表单模块</strong> :引导建立客户端 / 前端部分的表单,表单在网页交互中起到关键作用,如注册、登录、发送评论反馈等。</li></ul><p data-track="194"><strong>四、用 HTML 解决常见问题</strong></p><ul><li data-track="195">提供了常见问题解决方法的链接,涉及如何处理网页标题、添加图片或视频、强调内容、建立基本表单等在构建网页过程中的常见问题。</li></ul><p data-track="196"><strong>五、高级主题</strong></p><ul><li data-track="197"><strong>CORS 处理跨域图片</strong> :通过设置 crossorigin 属性和合适 CORS 标头,可以让 <img> 元素从外部来源加载并在 <canvas> 元素中如本地源一样使用图片。</li><li data-track="198"><strong>CORS 设置属性</strong> :支持 CORS 的 HTML 元素(如 <img> 或 <video>)具有 crossorigin 元素属性(或 crossOrigin 对象属性),用于配置其跨域获取资源的请求。</li><li data-track="199"><strong>使用 rel="preload" 预加载页面内容</strong> :通过设置 <link> 元素 rel 属性的值为 preload,在 HTML 的 <head> 部分声明需要在页面加载后即刻使用的资源,预加载资源,提升性能。</li></ul><p data-track="200"><strong>六、参考内容</strong></p><ul><li data-track="201"><strong>HTML 参考</strong> :HTML 由元素组成,每个元素可被多个属性修饰,文档通过链接相互连接。</li><li data-track="202"><strong>HTML 元素参考</strong> :提供了完整的 HTML 元素列表。</li><li data-track="203"><strong>HTML 属性参考</strong> :说明了 HTML 元素的属性,这些属性可以配置或调整元素行为。</li><li data-track="204"><strong>全局属性</strong> :可在所有 HTML 元素设置,即使元素不符合 HTML5 标准也允许这些属性存在。</li><li data-track="205"><strong>行级元素和块级元素</strong> :介绍了 HTML 元素的行级和块级特性,行级元素只占用被标签包裹的空间,块级元素占用父元素全部空间。</li><li data-track="206"><strong>链接类型</strong> :阐述了在 HTML 中用于确立文档间关系的各种链接类型,涉及的链接元素包括 <a>、<area> 和 <link>。</li><li data-track="207"><strong>Web 媒体类型和格式指南</strong> :指出了 <audio> 和 <video> 元素可原生播放音频和视频媒体,无需外部软件支持。</li><li data-track="208"><strong>HTML 内容种类</strong> :讲解了 HTML 包含的不同内容,以及它们在特定情景下有效的条件,还有可包含的类别和元素使用规则。</li><li data-track="209"><strong>怪异模式和标准模式</strong> :提供了关于这两种模式的历史信息。</li></ul></div> <div class="clearfix mb10"> <div class="share fr"> <div class="social-share mb20 ta-c" data-initialized="true"> <a href="#" class="social-share-icon iconfont icon-weibo"></a> <a href="#" class="social-share-icon iconfont icon-qq"></a> <a href="#" class="social-share-icon iconfont icon-wechat"></a> <a href="#" class="social-share-icon iconfont icon-qzone"></a> </div> <script src="http://www.zhezhongyun.com/zb_users/theme/tx_hao/script/social-share.min.js"></script> </div> <div class="info-tag"> <a href="http://www.zhezhongyun.com/tags-135.html" title="查看更多HTML5 标签内容" rel="tag" target="_blank">HTML5 标签</a> </div> </div> <div class="info-next"> <ul class="row"> <li class="col-12 col-m-24 mb10">上一篇:<a href="http://www.zhezhongyun.com/post/1950.html" title="以后好好学习天天向上">以后好好学习天天向上</a></li> <li class="col-12 col-m-24 ta-r mb10">下一篇:<a href="http://www.zhezhongyun.com/post/1952.html" title="保护用户Web隐私 HTTP referrer header是如何做到的?">保护用户Web隐私 HTTP referrer header是如何做到的?</a></li> </ul> </div> </div> <h2 class="tx-title">相关推荐</h2> <div class="home-news"> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4410.html" title="DevExpress使用教程:GridView经验小结" class="f-black" target="_blank">DevExpress使用教程:GridView经验小结</a></dt> <dd class="news-txt"> <p class="f-gray f-13">下面是笔者自己总结的使用DevExpressGridview的一些经验小结,分享给大家:1、去除GridView头上的"Dragacolumnheaderheretogroup...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4409.html" title="ComponentOne 新版本发布,新增 .NET 6 和 Blazor 平台控件支持" class="f-black" target="_blank">ComponentOne 新版本发布,新增 .NET 6 和 Blazor 平台控件支持</a></dt> <dd class="news-txt"> <p class="f-gray f-13">ComponentOneEnterprise是葡萄城推出的一款内置300多种开发控件的.NET控件集,可满足WinForm、WPF、Blazor、ASP.NETMVC等平台下的系统开发...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4408.html" title="Wijmo5 Flexgrid基础教程:数据绑定" class="f-black" target="_blank">Wijmo5 Flexgrid基础教程:数据绑定</a></dt> <dd class="news-txt"> <p class="f-gray f-13">WijmoEnterprise下载>FlexGrid在JavaScript程序中启动添加Wijmo引用;添加wijmo控件的扩展;在JavaScript中初始化wijmo控件;(可选)添加cs...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4407.html" title="Wijmo5 Flexgrid基础教程:InlineEdit" class="f-black" target="_blank">Wijmo5 Flexgrid基础教程:InlineEdit</a></dt> <dd class="news-txt"> <p class="f-gray f-13">WijmoEnterprise下载>对于flexgrid,可以直接在单元格内进行编辑。但另外还有一种编辑方式,即在一行添加按钮,统一的编辑和提交数据。本文主要介绍给flexgrid添加编辑按钮...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4406.html" title="WinForms Data Grid控件升级(winform devexpress控件)" class="f-black" target="_blank">WinForms Data Grid控件升级(winform devexpress控件)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">告诉大家一个好消息:慧都将于近期隆重推出“DevExpress14.2新版发布会”。心动不如行动,赶快报名吧!我们期待与您相约DevExpress14.2新版发布会。>>新增Wind...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4405.html" title="XAML控件宽度为另一控件的一半、静态属性绑定" class="f-black" target="_blank">XAML控件宽度为另一控件的一半、静态属性绑定</a></dt> <dd class="news-txt"> <p class="f-gray f-13">控件上当某些数据需要根据其他数据的变化而变化很多时候,想让某个控件的宽度或者高度是另一个已有控件的一半,一开始打算使用ObjectDataProvider来实现,因为在控件上当某些数据需要根据其他数据...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4404.html" title="用 CSS Grid 布局制作一个响应式柱状图" class="f-black" target="_blank">用 CSS Grid 布局制作一个响应式柱状图</a></dt> <dd class="news-txt"> <p class="f-gray f-13">最新一段时间比较喜欢玩弄图表,出于好奇,我想找出比较好的用CSS制作图表的方案。开始学习网上开源图表库,它对我学习新的和不熟悉的前端技术很有帮助,比如这个:CSSGrid。今天和大家分享我学到的...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4403.html" title="Grid 移动端双列瀑布流(移动端瀑布流布局)" class="f-black" target="_blank">Grid 移动端双列瀑布流(移动端瀑布流布局)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">预览图:原理合理使用Grid的属性:display:设置为grid指明当前容器为Grid布局grid-template-columns:定义每一列的列宽(百分比或绝对单位)grid-templa...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4402.html" title="DevExpress导出GridControl控件数据" class="f-black" target="_blank">DevExpress导出GridControl控件数据</a></dt> <dd class="news-txt"> <p class="f-gray f-13">前言:使用C#做桌面应用时,我们会常常使用Winform作为我们的开发界面,但是windows自带的控件由于长时间不更新,已经不能够满足当前开发需要所以使用DevExpress控件作为Winform...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4401.html" title="css grid 布局的那些事儿(css grid布局和flex布局)" class="f-black" target="_blank">css grid 布局的那些事儿(css grid布局和flex布局)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">CSSGrid是一种为Web开发创建网站布局的方式。它已经存在了很多年,随着更多浏览器的支持,它终于变得越来越流行。接下来我们将了解下CSSGrid及其工作原理。了解下它如何使用。CSS...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4400.html" title="Grid.js - 跨框架的前端表格插件(前端table框架)" class="f-black" target="_blank">Grid.js - 跨框架的前端表格插件(前端table框架)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">只想简简单单画个表格,但React,Vue,Angular,…,这么多前端框架,各自都有不同的表格渲染库。就没有表格库能“一次画表,到处运行”吗?来看看Grid.js这个跨框架的前端表格插件吧!...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4399.html" title="WPF开发教程01-布局控件(wpf tablecontrol控件)" class="f-black" target="_blank">WPF开发教程01-布局控件(wpf tablecontrol控件)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">布局控件是用于进行控件布局的容器类控件,其内部控件按照一定规律自动排列,且在父控件改变大小时,会自动适应。常用布局控件如下:1.一维布局控件(StackPanel)其内部控件按照某个维度自动排列,排...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4398.html" title="wxPython - 高级控件之表格Grid(wxpython grid刷新数据)" class="f-black" target="_blank">wxPython - 高级控件之表格Grid(wxpython grid刷新数据)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">实战wxPython系列-043wx.grid.Grid及其相关类用于显示和编辑表格数据。它们提供了一组丰富的功能,用于显示、编辑和与各种数据源交互。wx.grid.Grid是一个功能强大的但是又稍微...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4397.html" title="前端 BFC、IFC、GFC 和 FFC,这些你都知道吗?" class="f-black" target="_blank">前端 BFC、IFC、GFC 和 FFC,这些你都知道吗?</a></dt> <dd class="news-txt"> <p class="f-gray f-13">如果觉得我的文章不错,可以关注我,想要看其他的进阶知识可以查看我发布过的文章!编辑搜图请点击输入图片描述BFC(Blockformattingcontexts):块级格式上下文页面上的一个隔离的...</p> </dd> </dl> <dl class="news-box clearfix pd20 "> <dt class="f-18 mb10"><a href="http://www.zhezhongyun.com/post/4396.html" title="20多个好用的 Vue 组件库,请查收" class="f-black" target="_blank">20多个好用的 Vue 组件库,请查收</a></dt> <dd class="news-txt"> <p class="f-gray f-13">在本文中,我们将探讨一些最常见的vuejs组件。你可以收藏一波。VueTables-2地址:https://github.com/matfish2/vue-tables-2VueTables2...</p> </dd> </dl> </div> </div> <div class="side-box col-6 col-m-24 col2-"> <dl class="side-hot"> <dt>一周热门</dt> <dd> <ul> <li> <a href="http://www.zhezhongyun.com/post/513.html" title="b端详情页:各种信息聚集地,设计师要如何规划这一亩三分地呢" target="_blank"> <h2 class="f-15">b端详情页:各种信息聚集地,设计师要如何规划这一亩三分地呢</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1123.html" title="漏洞系列一一看我一招征服漏洞 SSRF" target="_blank"> <h2 class="f-15">漏洞系列一一看我一招征服漏洞 SSRF</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1118.html" title="接口测试遇到500报错?别慌,你的头部可能有点问题" target="_blank"> <h2 class="f-15">接口测试遇到500报错?别慌,你的头部可能有点问题</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1120.html" title="Web前端需要学什么?Web前端开发需要学习哪些?" target="_blank"> <h2 class="f-15">Web前端需要学什么?Web前端开发需要学习哪些?</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1140.html" title="「资讯」为强迫用户使用Edge浏览器,微软又出新招数" target="_blank"> <h2 class="f-15">「资讯」为强迫用户使用Edge浏览器,微软又出新招数</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1689.html" title="前端Flex布局可视化布局工具介绍,vue和html5快速设计利器" target="_blank"> <h2 class="f-15">前端Flex布局可视化布局工具介绍,vue和html5快速设计利器</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1682.html" title="HTML 简介(html简介及优缺点)" target="_blank"> <h2 class="f-15">HTML 简介(html简介及优缺点)</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1242.html" title="HBuilderX,uni-app创建HTML5项目,同时支持浏览器和移动端" target="_blank"> <h2 class="f-15">HBuilderX,uni-app创建HTML5项目,同时支持浏览器和移动端</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1684.html" title="关于HTML5被简称做H5,你怎么看?(html5缩写)" target="_blank"> <h2 class="f-15">关于HTML5被简称做H5,你怎么看?(html5缩写)</h2> </a> </li> <li> <a href="http://www.zhezhongyun.com/post/1499.html" title="现在页面实时聊天都使用Websocket技术实现吗?" target="_blank"> <h2 class="f-15">现在页面实时聊天都使用Websocket技术实现吗?</h2> </a> </li> </ul> </dd> </dl> <dl class="function" id="divPrevious"> <dt class="function_t">最近发表</dt><dd class="function_c"> <ul><li><a title="DevExpress使用教程:GridView经验小结" href="http://www.zhezhongyun.com/post/4410.html">DevExpress使用教程:GridView经验小结</a></li> <li><a title="ComponentOne 新版本发布,新增 .NET 6 和 Blazor 平台控件支持" href="http://www.zhezhongyun.com/post/4409.html">ComponentOne 新版本发布,新增 .NET 6 和 Blazor 平台控件支持</a></li> <li><a title="Wijmo5 Flexgrid基础教程:数据绑定" href="http://www.zhezhongyun.com/post/4408.html">Wijmo5 Flexgrid基础教程:数据绑定</a></li> <li><a title="Wijmo5 Flexgrid基础教程:InlineEdit" href="http://www.zhezhongyun.com/post/4407.html">Wijmo5 Flexgrid基础教程:InlineEdit</a></li> <li><a title="WinForms Data Grid控件升级(winform devexpress控件)" href="http://www.zhezhongyun.com/post/4406.html">WinForms Data Grid控件升级(winform devexpress控件)</a></li> <li><a title="XAML控件宽度为另一控件的一半、静态属性绑定" href="http://www.zhezhongyun.com/post/4405.html">XAML控件宽度为另一控件的一半、静态属性绑定</a></li> <li><a title="用 CSS Grid 布局制作一个响应式柱状图" href="http://www.zhezhongyun.com/post/4404.html">用 CSS Grid 布局制作一个响应式柱状图</a></li> <li><a title="Grid 移动端双列瀑布流(移动端瀑布流布局)" href="http://www.zhezhongyun.com/post/4403.html">Grid 移动端双列瀑布流(移动端瀑布流布局)</a></li> <li><a title="DevExpress导出GridControl控件数据" href="http://www.zhezhongyun.com/post/4402.html">DevExpress导出GridControl控件数据</a></li> <li><a title="css grid 布局的那些事儿(css grid布局和flex布局)" href="http://www.zhezhongyun.com/post/4401.html">css grid 布局的那些事儿(css grid布局和flex布局)</a></li> </ul> </dd> </dl> <dl class="function" id="divTags"> <dt class="function_t">标签列表</dt><dd class="function_c"> <ul><li><a title="HTML 教程" href="http://www.zhezhongyun.com/tags-1.html">HTML 教程<span class="tag-count"> (33)</span></a></li> <li><a title="HTML 简介" href="http://www.zhezhongyun.com/tags-3.html">HTML 简介<span class="tag-count"> (35)</span></a></li> <li><a title="HTML 实例/测验" href="http://www.zhezhongyun.com/tags-46.html">HTML 实例/测验<span class="tag-count"> (32)</span></a></li> <li><a title="HTML 测验" href="http://www.zhezhongyun.com/tags-47.html">HTML 测验<span class="tag-count"> (32)</span></a></li> <li><a title="JavaScript 和 HTML DOM 参考手册" href="http://www.zhezhongyun.com/tags-54.html">JavaScript 和 HTML DOM 参考手册<span class="tag-count"> (32)</span></a></li> <li><a title="HTML 拓展阅读" href="http://www.zhezhongyun.com/tags-55.html">HTML 拓展阅读<span class="tag-count"> (30)</span></a></li> <li><a title="HTML常用标签" href="http://www.zhezhongyun.com/tags-58.html">HTML常用标签<span class="tag-count"> (29)</span></a></li> <li><a title="HTML文本框样式" href="http://www.zhezhongyun.com/tags-60.html">HTML文本框样式<span class="tag-count"> (31)</span></a></li> <li><a title="HTML滚动条样式" href="http://www.zhezhongyun.com/tags-61.html">HTML滚动条样式<span class="tag-count"> (34)</span></a></li> <li><a title="HTML5 浏览器支持" href="http://www.zhezhongyun.com/tags-113.html">HTML5 浏览器支持<span class="tag-count"> (33)</span></a></li> <li><a title="HTML5 新元素" href="http://www.zhezhongyun.com/tags-114.html">HTML5 新元素<span class="tag-count"> (33)</span></a></li> <li><a title="HTML5 WebSocket" href="http://www.zhezhongyun.com/tags-131.html">HTML5 WebSocket<span class="tag-count"> (30)</span></a></li> <li><a title="HTML5 代码规范" href="http://www.zhezhongyun.com/tags-132.html">HTML5 代码规范<span class="tag-count"> (32)</span></a></li> <li><a title="HTML5 标签" href="http://www.zhezhongyun.com/tags-135.html">HTML5 标签<span class="tag-count"> (717)</span></a></li> <li><a title="HTML5 标签 (已废弃)" href="http://www.zhezhongyun.com/tags-137.html">HTML5 标签 (已废弃)<span class="tag-count"> (75)</span></a></li> <li><a title="HTML5电子书" href="http://www.zhezhongyun.com/tags-141.html">HTML5电子书<span class="tag-count"> (32)</span></a></li> <li><a title="HTML5开发工具" href="http://www.zhezhongyun.com/tags-142.html">HTML5开发工具<span class="tag-count"> (34)</span></a></li> <li><a title="HTML5小游戏源码" href="http://www.zhezhongyun.com/tags-143.html">HTML5小游戏源码<span class="tag-count"> (34)</span></a></li> <li><a title="HTML5模板下载" href="http://www.zhezhongyun.com/tags-144.html">HTML5模板下载<span class="tag-count"> (30)</span></a></li> <li><a title="HTTP 状态消息" href="http://www.zhezhongyun.com/tags-159.html">HTTP 状态消息<span class="tag-count"> (33)</span></a></li> <li><a title="HTTP 方法:GET 对比 POST" href="http://www.zhezhongyun.com/tags-160.html">HTTP 方法:GET 对比 POST<span class="tag-count"> (33)</span></a></li> <li><a title="键盘快捷键" href="http://www.zhezhongyun.com/tags-168.html">键盘快捷键<span class="tag-count"> (35)</span></a></li> <li><a title="标签" href="http://www.zhezhongyun.com/tags-171.html">标签<span class="tag-count"> (226)</span></a></li> <li><a title="HTML button formtarget 属性" href="http://www.zhezhongyun.com/tags-218.html">HTML button formtarget 属性<span class="tag-count"> (30)</span></a></li> <li><a title="CSS 水平对齐 (Horizontal Align)" href="http://www.zhezhongyun.com/tags-260.html">CSS 水平对齐 (Horizontal Align)<span class="tag-count"> (30)</span></a></li> </ul> </dd> </dl> </div> </div> </div> </div> <div class="footer"> <div class="wide ta-c f-12"> </div> </div> <div class="fixed-box "> <ul> <li class="pchide wapflex"><a href="http://www.zhezhongyun.com/"><i class="fa fa-home"></i> 首页</a></li> <li><a href="http://www.zhezhongyun.com/shoulu.html" title="收录申请" target="_blank"><i class="fa fa-chain-broken mr5"></i>收录</a></li> <li><span class="gotop"><i class="fa fa-caret-up mr5"></i> 顶部</span></li> </ul> </div> <script src="http://www.zhezhongyun.com/zb_users/theme/tx_hao/script/txcstx.min.js?v=2024-12-04"></script> </body> </html><!--126.87 ms , 13 queries , 3456kb memory , 0 error-->