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

HTML 入门--1

yuyutoo 2025-03-03 20:54 5 浏览 0 评论

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.yuyutoo.com/zb_users/theme/tx_hao/script/social-share.min.js"></script> </div> <div class="info-tag"> <a href="http://www.yuyutoo.com/tags-288.html" title="查看更多divcss教程内容" rel="tag" target="_blank">divcss教程</a> </div> </div> <div class="info-next"> <ul class="row"> <li class="col-12 col-m-24 mb10">上一篇:<a href="http://www.yuyutoo.com/post/8077.html" title="前端网页制作DIV+CSS布局介绍">前端网页制作DIV+CSS布局介绍</a></li> <li class="col-12 col-m-24 ta-r mb10">下一篇:<a href="http://www.yuyutoo.com/post/8079.html" title="[ 原创 ] 关于div/css 的一些感悟">[ 原创 ] 关于div/css 的一些感悟</a></li> </ul> </div> </div> <h2 class="tx-title">相关推荐</h2> <div class="home-news"> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9173.html" title="自卑的人容易患抑郁症吗?(自卑会导致抑郁吗)" class="f-black" target="_blank">自卑的人容易患抑郁症吗?(自卑会导致抑郁吗)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">Filephoto[Photo/IC]Lowself-esteemmakesusfeelbadaboutourselves.Butdidyouknowthatovert...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9172.html" title="中考典型同(近)义词组(同义词考题)" class="f-black" target="_blank">中考典型同(近)义词组(同义词考题)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">中考典型同(近)义词组...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9171.html" title="WPF 消息传递简明教程(wpf messagebox.show)" class="f-black" target="_blank">WPF 消息传递简明教程(wpf messagebox.show)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9170.html" title="BroadcastReceiver的原理和使用(broadcast-suppression)" class="f-black" target="_blank">BroadcastReceiver的原理和使用(broadcast-suppression)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">一、使用中注意的几点1.动态注册、静态注册的优先级在AndroidManifest.xml中静态注册的receiver比在代码中用registerReceiver动态注册的优先级要低。发送方在send...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9169.html" title="Arduino通过串口透传ESP 13板与java程序交互" class="f-black" target="_blank">Arduino通过串口透传ESP 13板与java程序交互</a></dt> <dd class="news-txt"> <p class="f-gray f-13">ESP13---是一个无线板子,配置通过热点通信Arduino通过串口透传ESP13板与java程序交互...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9168.html" title="zookeeper的Leader选举源码解析(zookeeper角色选举角色包括)" class="f-black" target="_blank">zookeeper的Leader选举源码解析(zookeeper角色选举角色包括)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">作者:京东物流梁吉超zookeeper是一个分布式服务框架,主要解决分布式应用中常见的多种数据问题,例如集群管理,状态同步等。为解决这些问题zookeeper需要Leader选举进行保障数据的强一致...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9167.html" title="接待外国人英文口语(接待外国友人的英语口语对话)" class="f-black" target="_blank">接待外国人英文口语(接待外国友人的英语口语对话)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">接待外国人英文口语询问访客身份:  MayIhaveyourname,please?  请问您贵姓?  Whatcompanyareyoufrom?  您是哪个公司的?  Could...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9166.html" title="一文深入理解AP架构Nacos注册原理" class="f-black" target="_blank">一文深入理解AP架构Nacos注册原理</a></dt> <dd class="news-txt"> <p class="f-gray f-13">Nacos简介Nacos是一款阿里巴巴开源用于管理分布式微服务的中间件,能够帮助开发人员快速实现动态服务发现、服务配置、服务元数据及流量管理等。这篇文章主要剖析一下Nacos作为注册中心时其服务注册与...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9165.html" title="Android面试宝典之终极大招(android面试及答案)" class="f-black" target="_blank">Android面试宝典之终极大招(android面试及答案)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">以下内容来自兆隆IT云学院就业部,根据多年成功就业服务经验,以及职业素养课程部分内容,归纳总结:18.请描述一下Intent和IntentFilter。Android中通过Intent...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9164.html" title="除了Crontab,Swoole Timer也可以实现定时任务的" class="f-black" target="_blank">除了Crontab,Swoole Timer也可以实现定时任务的</a></dt> <dd class="news-txt"> <p class="f-gray f-13">一般的定时器是怎么实现的呢?我总结如下:1.使用Crontab工具,写一个shell脚本,在脚本中调用PHP文件,然后定期执行该脚本;2.ignore_user_abort()和set_time_li...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9163.html" title="Spark源码阅读:DataFrame.collect 作业提交流程思维导图" class="f-black" target="_blank">Spark源码阅读:DataFrame.collect 作业提交流程思维导图</a></dt> <dd class="news-txt"> <p class="f-gray f-13">本文分为两个部分:作业提交流程思维导图关键函数列表作业提交流程思维导图...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9162.html" title="使用Xamarin和Visual Studio开发Android可穿戴设备应用" class="f-black" target="_blank">使用Xamarin和Visual Studio开发Android可穿戴设备应用</a></dt> <dd class="news-txt"> <p class="f-gray f-13">搭建开发环境我们需要做的第一件事情是安装必要的工具。因此,你需要首先安装VisualStudio。如果您使用的是VisualStudio2010,2012或2013,那么请确保它是一个专业版本或...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9161.html" title="Android开发者必知的5个开源库(android 开发相关源码精编解析)" class="f-black" target="_blank">Android开发者必知的5个开源库(android 开发相关源码精编解析)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">过去的时间里,Android开发逐步走向成熟,一个个与Android相关的开发工具也层出不穷。不过,在面对各种新鲜事物时,不要忘了那些我们每天使用的大量开源库。在这里,向大家介绍的就是,在这个任劳任怨...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9160.html" title="Android事件总线还能怎么玩?(android实现事件处理的步骤)" class="f-black" target="_blank">Android事件总线还能怎么玩?(android实现事件处理的步骤)</a></dt> <dd class="news-txt"> <p class="f-gray f-13">顾名思义,AndroidEventBus是一个Android平台的事件总线框架,它简化了Activity、Fragment、Service等组件之间的交互,很大程度上降低了它们之间的耦合,使我们的代码...</p> </dd> </dl> <dl class="news-box clearfix pd15"> <dt class="f-20 mb10"><a href="http://www.yuyutoo.com/post/9159.html" title="Android 开发中文引导-应用小部件" class="f-black" target="_blank">Android 开发中文引导-应用小部件</a></dt> <dd class="news-txt"> <p class="f-gray f-13">应用小部件是可以嵌入其它应用(例如主屏幕)并收到定期更新的微型应用视图。这些视图在用户界面中被叫做小部件,并可以用应用小部件提供者发布。可以容纳其他应用部件的应用组件叫做应用部件的宿主(1)。下面的截...</p> </dd> </dl> </div> <div class="pd15"> <div class="tx-comments mb20"> <label id="AjaxCommentBegin"></label> <label id="AjaxCommentEnd"></label> </div> <!--评论框--> <div class="post tx-comment" id="divCommentPost"> <h3><a id="cancel-reply" href="#divCommentPost" class="fr hide"><small>取消回复</small></a>欢迎 <span class="f-red">你</span> 发表评论:</h3> <form id="frmSumbit" target="_self" method="post" action="http://www.yuyutoo.com/zb_system/cmd.php?act=cmt&postid=8078&key=f529cd1fb55b07703bf1fbcedef1bb56" class="clearfix"> <input type="hidden" name="inpId" id="inpId" value="8078"> <input type="hidden" name="inpRevID" id="inpRevID" value="0"> <div class="tx-comment-box tx-comment-ul3"><input type="text" name="inpName" id="inpName" class="text" value="访客" size="28" tabindex="1" placeholder="名称(*)"> </div> <div class="tx-comment-box tx-comment-ul3 tx-comment-ul3-2"><input type="text" name="inpEmail" id="inpEmail" class="text" value="" size="28" tabindex="2" placeholder="邮箱"></div> <div class="tx-comment-box tx-comment-ul3"><input type="text" name="inpHomePage" id="inpHomePage" class="text" value="" size="28" tabindex="3" placeholder="网站"></div> <div class="tx-comment-box tx-comment-textarea"> <textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" placeholder="欢迎你的交流评论,但是垃圾评论不受欢迎"></textarea> <input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button"> </div> </form> </div> </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.yuyutoo.com/post/4035.html" title="前端面试:iframe 的优缺点? iframe有那些缺点" target="_blank"> <h2 class="f-15">前端面试:iframe 的优缺点? iframe有那些缺点</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/2996.html" title="带斜线的表头制作好了,如何填充内容?这几种方法你更喜欢哪个?" target="_blank"> <h2 class="f-15">带斜线的表头制作好了,如何填充内容?这几种方法你更喜欢哪个?</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/3011.html" title="漫学笔记之PHP.ini常用的配置信息" target="_blank"> <h2 class="f-15">漫学笔记之PHP.ini常用的配置信息</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/3882.html" title="推荐7个模板代码和其他游戏源码下载的网址" target="_blank"> <h2 class="f-15">推荐7个模板代码和其他游戏源码下载的网址</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/3881.html" title="其实模版网站在开发工作中很重要,推荐几个参考站给大家" target="_blank"> <h2 class="f-15">其实模版网站在开发工作中很重要,推荐几个参考站给大家</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/3916.html" title="[干货] JAVA - JVM - 2 内存两分 [干货]+java+-+jvm+-+2+内存两分吗" target="_blank"> <h2 class="f-15">[干货] JAVA - JVM - 2 内存两分 [干货]+java+-+jvm+-+2+内存两分吗</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/7343.html" title="正在学习使用python搭建自动化测试框架?这个系统包你可能会用到" target="_blank"> <h2 class="f-15">正在学习使用python搭建自动化测试框架?这个系统包你可能会用到</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/3994.html" title="织梦(Dedecms)建站教程 织梦建站详细步骤" target="_blank"> <h2 class="f-15">织梦(Dedecms)建站教程 织梦建站详细步骤</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/5159.html" title="【开源分享】2024PHP在线客服系统源码(搭建教程+终身使用)" target="_blank"> <h2 class="f-15">【开源分享】2024PHP在线客服系统源码(搭建教程+终身使用)</h2> </a> </li> <li> <a href="http://www.yuyutoo.com/post/5153.html" title="2024PHP在线客服系统源码+完全开源 带详细搭建教程" target="_blank"> <h2 class="f-15">2024PHP在线客服系统源码+完全开源 带详细搭建教程</h2> </a> </li> </ul> </dd> </dl> <dl class="function" id="divPrevious"> <dt class="function_t">最近发表</dt><dd class="function_c"> <ul><li><a title="自卑的人容易患抑郁症吗?(自卑会导致抑郁吗)" href="http://www.yuyutoo.com/post/9173.html">自卑的人容易患抑郁症吗?(自卑会导致抑郁吗)</a></li> <li><a title="中考典型同(近)义词组(同义词考题)" href="http://www.yuyutoo.com/post/9172.html">中考典型同(近)义词组(同义词考题)</a></li> <li><a title="WPF 消息传递简明教程(wpf messagebox.show)" href="http://www.yuyutoo.com/post/9171.html">WPF 消息传递简明教程(wpf messagebox.show)</a></li> <li><a title="BroadcastReceiver的原理和使用(broadcast-suppression)" href="http://www.yuyutoo.com/post/9170.html">BroadcastReceiver的原理和使用(broadcast-suppression)</a></li> <li><a title="Arduino通过串口透传ESP 13板与java程序交互" href="http://www.yuyutoo.com/post/9169.html">Arduino通过串口透传ESP 13板与java程序交互</a></li> <li><a title="zookeeper的Leader选举源码解析(zookeeper角色选举角色包括)" href="http://www.yuyutoo.com/post/9168.html">zookeeper的Leader选举源码解析(zookeeper角色选举角色包括)</a></li> <li><a title="接待外国人英文口语(接待外国友人的英语口语对话)" href="http://www.yuyutoo.com/post/9167.html">接待外国人英文口语(接待外国友人的英语口语对话)</a></li> <li><a title="一文深入理解AP架构Nacos注册原理" href="http://www.yuyutoo.com/post/9166.html">一文深入理解AP架构Nacos注册原理</a></li> <li><a title="Android面试宝典之终极大招(android面试及答案)" href="http://www.yuyutoo.com/post/9165.html">Android面试宝典之终极大招(android面试及答案)</a></li> <li><a title="除了Crontab,Swoole Timer也可以实现定时任务的" href="http://www.yuyutoo.com/post/9164.html">除了Crontab,Swoole Timer也可以实现定时任务的</a></li> </ul> </dd> </dl> <dl class="function" id="divTags"> <dt class="function_t">标签列表</dt><dd class="function_c"> <ul><li><a title="mybatis plus" href="http://www.yuyutoo.com/tags-9.html">mybatis plus<span class="tag-count"> (70)</span></a></li> <li><a title="scheduledtask" href="http://www.yuyutoo.com/tags-10.html">scheduledtask<span class="tag-count"> (71)</span></a></li> <li><a title="css滚动条" href="http://www.yuyutoo.com/tags-16.html">css滚动条<span class="tag-count"> (60)</span></a></li> <li><a title="java学生成绩管理系统" href="http://www.yuyutoo.com/tags-23.html">java学生成绩管理系统<span class="tag-count"> (59)</span></a></li> <li><a title="结构体数组" href="http://www.yuyutoo.com/tags-25.html">结构体数组<span class="tag-count"> (69)</span></a></li> <li><a title="databasemetadata" href="http://www.yuyutoo.com/tags-26.html">databasemetadata<span class="tag-count"> (64)</span></a></li> <li><a title="javastatic" href="http://www.yuyutoo.com/tags-29.html">javastatic<span class="tag-count"> (68)</span></a></li> <li><a title="jsp实用教程" href="http://www.yuyutoo.com/tags-33.html">jsp实用教程<span class="tag-count"> (53)</span></a></li> <li><a title="fontawesome" href="http://www.yuyutoo.com/tags-37.html">fontawesome<span class="tag-count"> (57)</span></a></li> <li><a title="widget开发" href="http://www.yuyutoo.com/tags-42.html">widget开发<span class="tag-count"> (57)</span></a></li> <li><a title="vb net教程" href="http://www.yuyutoo.com/tags-44.html">vb net教程<span class="tag-count"> (62)</span></a></li> <li><a title="hibernate 教程" href="http://www.yuyutoo.com/tags-46.html">hibernate 教程<span class="tag-count"> (63)</span></a></li> <li><a title="case语句" href="http://www.yuyutoo.com/tags-47.html">case语句<span class="tag-count"> (57)</span></a></li> <li><a title="svn连接" href="http://www.yuyutoo.com/tags-63.html">svn连接<span class="tag-count"> (74)</span></a></li> <li><a title="directoryindex" href="http://www.yuyutoo.com/tags-73.html">directoryindex<span class="tag-count"> (69)</span></a></li> <li><a title="session timeout" href="http://www.yuyutoo.com/tags-78.html">session timeout<span class="tag-count"> (58)</span></a></li> <li><a title="textbox换行" href="http://www.yuyutoo.com/tags-79.html">textbox换行<span class="tag-count"> (67)</span></a></li> <li><a title="extension_dir" href="http://www.yuyutoo.com/tags-80.html">extension_dir<span class="tag-count"> (64)</span></a></li> <li><a title="linearlayout" href="http://www.yuyutoo.com/tags-90.html">linearlayout<span class="tag-count"> (58)</span></a></li> <li><a title="vba高级教程" href="http://www.yuyutoo.com/tags-92.html">vba高级教程<span class="tag-count"> (75)</span></a></li> <li><a title="iframe用法" href="http://www.yuyutoo.com/tags-114.html">iframe用法<span class="tag-count"> (58)</span></a></li> <li><a title="sqlparameter" href="http://www.yuyutoo.com/tags-116.html">sqlparameter<span class="tag-count"> (59)</span></a></li> <li><a title="trim函数" href="http://www.yuyutoo.com/tags-118.html">trim函数<span class="tag-count"> (59)</span></a></li> <li><a title="flex布局" href="http://www.yuyutoo.com/tags-119.html">flex布局<span class="tag-count"> (63)</span></a></li> <li><a title="contextloaderlistener" href="http://www.yuyutoo.com/tags-121.html">contextloaderlistener<span class="tag-count"> (56)</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.yuyutoo.com/"><i class="fa fa-home"></i> 首页</a></li> <li><a href="http://www.yuyutoo.com/?shoulu" 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.yuyutoo.com/zb_users/theme/tx_hao/script/txcstx.min.js?v=2024-10-03"></script> </body> </html><!--217.98 ms , 16 queries , 3906kb memory , 0 error-->