首页 web前端 html教程 史上最全的标签总结大全

史上最全的标签总结大全

Jun 16, 2017 pm 05:12 PM
大全 总结 标签

基本结构标签: 
,表示该文件为HTML文件 
,包含文件的标题,使用的脚本,样式定义等 
---,包含文件的标题,标题出现在浏览器标题栏中 
,的结束标志 
,放置浏览器中显示信息的所有标志和属性,其中内容在浏览器中显示. 
,的结束标志 
,的结束标志

其它主要标签,以下所有标志用在中: 
,链接标志,"…"为链接的文件地址 
,显示图片标志,"…"为图片的地址 

,换行标志 

,分段标志 
,采用黑体字 
,采用斜体字 


,水平画线 
,定义表格,HTML中重要的标志 
,定义表格的行,用在
中 
,定义表格的单元格,用在中 
,字体样式标志

属性: 
属性是用来修饰标志的,属性放在开始标志内. 
例:属性bgcolor="BLACK"表示背景色为黑色. 
引用属性的例子: 
表示页面背景色为黑色; 
表示表格背景色为黑色.

常用属性: 
对齐属性,范围属性: 
ALIGN=LEFT,左对齐(缺省值),WIDTH=象素值或百分比,对象宽度. 
ALIGN=CENTER,居中,HEIGHT=象素值或百分比,对象高度. 
ALIGN=RIGHT,右对齐. 
色彩属性: 
COLOR=#RRGGBB,前景色,参考色彩对照表. 
BGCOLOR=#RRGGBB,背景色.

表示绝对居中.

表格标识的开始和结束. 
属性: 
cellpadding=数值单位是像素,定义表元内距 
cellspacing=数值单位是像素,定义表元间距 
border=数值单位是像素,定义表格边框宽度 
width=数值单位是像素或窗口百分比,定义表格宽度 
background=图片链接地址,定义表格背景图 
表格中一个表格行的开始和结束; 
表格中行内一个单元格的开始和结束 
属性: 
Colspan="",单元格跨越多列; 
Rowspan="",单元格跨越多行; 
Width="";定义表格宽度 
Height="";定义表格高度 
Align="";对齐方式 
Valign=""; 
Border="",边框宽度; 
Bgcolor="",背景色; 
Bordercolor="",边框颜色; 
Bordercolorlight="",边框明亮面的颜色; 
Bordercolordark="",边框暗淡面的颜色; 
Cellpadding="",内容与边框的距离(默认为2); 
Cellspacing="",单元格间的距离(默认为2);


强制换行 
文本标识的开始和结束 
属性: 
face=字体 
color=颜色 
加粗文字标识的开始和结束 
属性: 
style=font-size:40pt;,用样式表方式控制字体大小,这里是40点 

,分区标识的开始和结束 
属性: 
align=|center|left|right|水平对齐方式 
动态标识的开始和结束,如标识内放置贴图格式则可实现图片滚动 
属性: 
scrollamount=1~60,滚动速度 
direction=|left|right|up|down|,滚动方向 
scrolldelay=滚动延时,单位:毫秒 

段落标识, 
 空格符, 
贴图标识 
属性: 
src=../../图片链接地址,贴图标识必备属性 
style=filter:Alpha(opacity=100,style=2); 
filter:样式表滤镜; 
Alpha:透明滤镜, 
opacity:不透明度100(0~100); 
style:样式2(0~3), 
rules="none"不显示内框" 
多媒体文件标识 
属性: 
SRC="../../FILENAME", 
设定音乐文件的路径,文件类型除了可以播放.rm;.mp3;.wav等音频,还可播放.swf和.mov等视频. 
AUTOSTART=TRUE/FALSE, 
是否要音乐文件传送完就自动播放,TRUE是要,FALSE是不要,默认为FALSE 
LOOP=,设定播放重复次数,LOOP=6表示重复6次,true或-1为无限循环,false为播放一次即停止. 
STARTIME="分:秒", 
设定乐曲的开始播放时间,如20秒后播放写为STARTIME=00:20 
VOLUME=0-100, 
设定音量的大小.如果没设定的话,就用系统的音量. 
WIDTH,HEIGHT, 
设定控制面板的大小,都设为0可隐藏播放器 
HIDDEN=TRUE, 
隐藏控制面板 
CONTROLS=CONSOLE/SMALLCONSOLE, 
设定控制面板的样子, 
,背景音乐标识,只能用于.wav和.mp3格式. 
属性: 
LOOP=,设定播放重复次数,LOOP=6表示重复6次,true或-1为无限循环,false为播放一次即停止.

表单标签: 

表格标识的开始和结束,表单的内容都放在这里. 
下边的标签放在表单内: 
 
属性: 
Multiple,多选 
,大量文字输入的编辑块 
属性: 
Cols="",行; 
Rows="",列; 
,文本框 
,密码框 
,提交按扭 
,复选框 
,单选框 
,重置按扭 
,图片按扭 
,隐藏域 
,按扭 
,浏览文件 
公共属性: 
Name=""; 
Value="" 
Size=""

框架标签: 
...,定义框架. 
,放在框架标签内,定义每个框架的内容. 
属性: 
Cols="" 
Rows="" 
Frameborder="" 
Framespacing="" 
src="" 
Scrolling="",滚动条(No,Yes); 
Noresize,框加大小不可变; 
Marginhight="",高度空余空间; 
Marginwidth="",宽度空余空间; 
Target="",目标框架.

其他标签: 
,背景音乐; 
Src="" 
Loop="",循环次数; 
,媒体播放块; 
Src="" 
Loop="",循环次数; 
,滚动部分; 
属性: 
Bgcolor="" 
Behavior,设置或获取文本如何在字幕中滚动. 
Direction="",滚动方向; 
Height="" 
Width="" 
Loop="",环次数; 
scrollAmount="",设置或获取介于每个字幕绘制序列之间的文本滚动像素数. 
scrollDelay="",设置或获取字幕滚动的速度. 
scrollHeight="",获取对象的滚动高度; 
scrollLeft="",设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离. 
scrollTop="",设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离. 
trueSpeed="",设置或获取字幕的位置是否使用scrollDelay和scrollAmount属性计算,已过的实际时间来自于时钟计时.

,注释标记,在""之间的内容将不在浏览器中显示.

--

基本标签: 
,创建一个HTML文档
,设置文档标题和其它在网页中不显示的信息; 
,设置文档的标题; 

,最大的标题; 
,预先格式化文本; 
,下划线 
,黑体字; 
,斜体字; 
,打字机风格的字体; 
,引用,通常是斜体; 
,强调文本(通常是斜体加黑体); 
,加重文本(通常是斜体加黑体); 
,设置字体大小从1到7,颜色使用名字或RGB的十六进制值; 
,基准字体标记; 
,字体加大; 
,字体缩小; 
,加删除线; 
,程式码; 
,键盘字; 
,范例; 
,变量; 
,向右缩排; 
,述语定义; 
,地址标记; 
,上标字; 
,下标字; 
...固定宽度字体(在文件中空白、换行、定位功能有效) 
...</plaintext>固定宽度字体(不执行标记符号); <br><listing>...</listing>,固定宽度小字体; <br><font,color=00ff00>...</font>字体颜色; <br><font,size=1>...</font>最小字体; <br><font,style,=&#39;font-size:100,px&#39;>...</font>无限增大.</p> <p>格式标签:</p> <p><p></p>,创建一个段落; <br><p,align="">,将段落按左、中、右对齐; <br><br>,换行,插入一个回车换行符; <br><blockquote></blockquote>,从两边缩进文本;</p> <p><dl></dl>,列表标签,定义列表; <br><dt>,定义列表标题; <br><dd>,定义列表内容; <br>例: <br><dl> <br><dt>标题1</dt> <br><dd>内容11</dd> <br><dd>内容12</dd> <br><dt>标题2</dt> <br><dd>内容21</dd> <br><dd>内容22</dd> <br></dl></p> <p><ol></ol>,列表标签,定义一个标有数字的列表;</p> <p><ul></ul>,列表标签,定义一个标有圆点的列表; <br><li>,放在每个列表项之前; <br>放在<ol></ol>之间则每个列表项加上一个数字,放在<ul></ul>之间则每个列表项加上一个圆点;</p> <p><div,align=""></div>,分区标签,用来排版大块HTML段落,也用于格式化表; <br><MENU>,选项清单; <br><DIR>,目录清单; <br><nobr></nobr>,强行不换行; <br><hr,size=&#39;9&#39;,width=&#39;80%&#39;,color=&#39;ff0000&#39;>水平线(设定宽度); <br><center></center>,水平居中.</p> <p>链接标签: <br><a,href="URL"></a>,创建超文本链接; <br><a,href="mailtEMAIL"> <br></a>,创建自动发送电子邮件的链接; <br><a,name="name"></a>,创建位于文档内部的书签; <br><a,href="#name"></a>,创建指向位于文档内部书签的链接; <br><BASE>,文档中不能被该站点辨识的其它所有链接源的URL; <br><LINK>,定义一个链接和源之间的相互关系;</p> <p>链接标签注解: <br>target="...",决定链接源在什么地方显示(用户自定义的名字,_blank,_parent,_self,_top); <br>rel="...",发送链接的类型; <br>rev="...",保存链接的类型; <br>accesskey="...",指定该元素的热键; <br>shape="...",允许我们使用已定义的形状定义客户端的图形镜像(default,rect,circle,poly); <br>coord="...",使用像素或者长度百分比来定义形状的尺寸; <br>tabindex="...",使用定义过的tabindex元素设置在各个元素之间的焦点获取顺序(使用tab键使元素获得焦点).</p> <p>表格标签: <br><table></table>,创建一个表格; <br><tr></tr>,表格中的每一行; <br><td></td>,表格中一行中的每一个格子; <br><th></th>,设置表格头:通常是黑体居中文字; <br><table,cellspacing="">,设置表格格子之间空间的大小; <br><table,border="">,设置边框的宽度; <br><table,cellpadding="">,设置表格格子边框与其内部内容之间空间的大小; <br><table,width="">,设置表格的宽度.用绝对像素值或总宽度的百分比; <br><table,align="">,设置表格格子的水平对齐方式(left,center,right,justify); <br><tr,align="">,设置表格格子的水平对齐方式(left,center,right,justify); <br><tr,valign="">,设置表格格子的垂直对齐方式(baseline,bottom,middle,top); <br><td,colspan="">,设置一个表格格子跨占的列数(缺省值为1); <br><td,rowspan="">,设置一个表格格子跨占的行数(缺省值为1); <br><td,nowrap>,禁止表格格子内的内容自动断行; <br><CAPTION></CAPTION>,表格的标题; <br><COLGROUP></COLGROUP>,定义多个列为一组列; <br><TABLE></TABLE>,创建一个表格; <br><THEAD></THEAD>,定义表格的页眉; <br><COL>,定义一个列组中的列,以便对它们能够同时设置有关属性; <br><TBODY></TBODY>,定义一个表格的实体; <br><TFOOT></TFOOT>,定义一个表格的页脚;</p> <p>表单标签: <br><form></form>,创建表单; <br>action="...",接收数据的服务器的URL; <br>method="...",HTTP的方法(get,,post),其中get是被反对使用的; <br>enctype="...",指定MIME(Internet媒体类型); <br>onsubmit="...",当提交表单时发生的内部事件; <br>noreset="...",在重新设置表单时发生的内部事件; <br>target="...",决定把内容显示在什么地方(_blank,_parent,_self,_top) <br><select,multiple,name="name",size=""></select>,创建滚动菜单,size设置在需要滚动前可以看到的表单项数目; <br><option>,设置每个表单项的内容; <br><select,name="name"></select>,创建<a href="http://www.php.cn/code/6140.html" target="_blank">下拉菜单</a>; <br><pre ,name="name",cols=40,rows=8></pre>,创建一个文本框区域,列的数目设置宽度,行的数目设置高度; <br><input,type="checkbox",name="name">,创建一个复选框,文字在标签后面; <br><input,type="radio",name="name",value="">,创建一个单选框,文字在标志后面; <br><input,type=text,name="foo",size=20>,创建一个单行文本输入区域,size设置以字符串的宽度; <br><input,type="submit",value="name">,创建提交(submit)按钮; <br><input,type="image",border=0,name="name",src="name.gif">,创建一个使用图象的提交(submit)按钮; <br><input,type="reset">,创建重置(reset)按钮; <br><BUTTON></BUTTON>,创建一个按钮; <br>disabled="...",把按钮的状态设置为不能; <br>name="...",按钮的控制名,value="...",按钮的值; <br>type="...",按钮的类型(button,,submit,,reset); <br><FIELDSET></FIELDSET>,把相互关联的控件组合成一组; <br><ISINDEX>,提示用户输入; <br><LABEL></LABEL>,为一个控件提供标签; <br><LEGEND></LEGEND>,为FIELDSET元素指定一标题; <br><SELECT></SELECT>,为用户做选择创建各个选项; <br><TEXTAREA></TEXTAREA>,创建一个允许用户多行输入的区域.</p> <p>表单标签注解: <br>type="...",用于输入控件的类型(text,password,checkbox,radio,submit,reset,file,hidden,image,button); <br>name="...",控件的控制名(要求是除了submit和reset之外的任何名字); <br>value="...",控件的初始值; <br>checked="...",把一个单选钮设置为选中的状态; <br>disabled="...",把控件的状态设置为不能使用; <br>readonly="...",只对输入密码的文本框使用; <br>size="...",表示以像素为单位的除了文本框和密码框控件之外的其它控件的宽度,它是用来指定字符的数目; <br>src="...",一个图像控件的URL; <br>maxlength="...",指定可以输入的最多的字符数目; <br>alt="...",另外一种文本描述; <br>usemap="...",到客户端图形镜像的URL; <br>align="...",被反对.控制对齐方式(left,,center,,right,,justify); <br>tabindex="...",通过定义的tabindex值确定在不同元素之间获得焦点的顺序; <br>onfocus="...",当元素获得焦点时发生的事件; <br>onblur="...",当元素失去焦点时发生的事件; <br>onselect="...",当元素被选中时发生的事件; <br>onchang="...",当元素状态被改变时发生的事件; <br>accept="...",允许上载的文件类型.</p> <p>帧标签(框架标签): <br><frameset></frameset>,放在一个帧文档的<body>标签之前,也可以嵌在其他帧文档中; <br><frameset,rows="value,value">,定义一个帧内的行数,可用像素值或高度百分比; <br><frameset,cols="value,value">,定义一个帧内的列数,可用像素值或宽度百分比; <br><frame>,定义一个帧内的单一窗或窗区域; <br><noframes></noframes>,定义在不支持帧的浏览器中显示什么提示; <br><frame,src="URL">,规定帧内显示的HTML文档; <br><frame,name="name">,命名帧或区域以便别的帧可以指向它; <br><frame,marginwidth="">,定义帧左右边缘的空白大小,必须大于等于1; <br><frame,marginheight="">,定义帧上下边缘的空白大小,必须大于等于1; <br><frame,scrolling="">,设置帧是否有滚动栏,其值可以是"yes","no",或"auto"; <br><frame,noresize>,禁止用户调整一个帧的大小; <br><IFRAME></IFRAME>,创建一个内联的帧; <br>scr="...",定义在帧中显示的内容的来源; <br>frameborder="...",定义帧之间的边界(0或1); <br>align="...",被反对,控制对齐方式(left,,center,,right,,justify); <br>height="...",帧的高度,width="..."帧的宽度; <br><marquee>...</marquee>,普通卷动; <br><marquee,behavior=slide>...</marquee>,滑动; <br><marquee,behavior=scroll>...</marquee>,预设卷动; <br><marquee,behavior=alternate>...</marquee>,来回卷动; <br><marquee,direction=down>...</marquee>,向下卷动; <br><marquee,direction=up>...</marquee>,向上卷动; <br><marquee,direction=right></marquee>,向右卷动; <br><marquee,direction=&#39;left&#39;></marquee>,向左卷动; <br><marquee,loop=2>...</marquee>,卷动次数; <br><marquee,width=180>...</marquee>,设定宽度; <br><marquee,height=30>...</marquee>,设定高度; <br><marquee,bgcolor=FF0000>...</marquee>,设定背景颜色; <br><marquee,scrollamount=30>...</marquee>,设定卷动距离; <br><marquee,scrolldelay=300>...</marquee>,设定卷动时间; <br><img,src="">,插入图片,参数有:width="宽",alt="说明文字",height="高",boder="边框".</p> <p>文档整体属性标签: <br><body,bgcolor="">,设置背景颜色.使用名字或RGB的十六进制值; <br><body,background="">,设置背景图片; <br><body,bgsound="">,设置背景音乐; <br><body,bgproperties="fixed">,固定背景图片(IE适用); <br><body,text="">,设置文本颜色.使用名字或RGB的十六进制值; <br><body,link="">,设置链接颜色.使用名,字或RGB的十六进制值; <br><body,vlink="">,设置已使用的链接的颜色.使用名字或RGB的十六进制值; <br><body,alink="">,设置正在被击中的链接的颜色.使用名字或RGB的十六进制值; <br><body,topmargin="">,设置页面的上边距; <br><body,leftmargin="">,设置页面的左边距.</p> <p><br></p><p>以上是史上最全的标签总结大全的详细内容。更多信息请关注PHP中文网其他相关文章!</p> </div> </div> <div class="wzconShengming_sp"> <div class="bzsmdiv_sp">本站声明</div> <div>本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn</div> </div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="AI_ToolDetails_main4sR"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>热门文章</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780570.html" title="R.E.P.O.能量晶体解释及其做什么(黄色晶体)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.能量晶体解释及其做什么(黄色晶体)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780641.html" title="R.E.P.O.最佳图形设置" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.最佳图形设置</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796785841.html" title="刺客信条阴影:贝壳谜语解决方案" class="phpgenera_Details_mainR4_bottom_title">刺客信条阴影:贝壳谜语解决方案</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>3 周前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796789525.html" title="Windows 11 KB5054979中的新功能以及如何解决更新问题" class="phpgenera_Details_mainR4_bottom_title">Windows 11 KB5054979中的新功能以及如何解决更新问题</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 周前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780618.html" title="威尔R.E.P.O.有交叉游戏吗?" class="phpgenera_Details_mainR4_bottom_title">威尔R.E.P.O.有交叉游戏吗?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/zh/article.html">显示更多</a> </div> </div> </div> --> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>热AI工具</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title"> <h3>Undresser.AI Undress</h3> </a> <p>人工智能驱动的应用程序,用于创建逼真的裸体照片</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title"> <h3>AI Clothes Remover</h3> </a> <p>用于从照片中去除衣服的在线人工智能工具。</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title"> <h3>Undress AI Tool</h3> </a> <p>免费脱衣服图片</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title"> <h3>Clothoff.io</h3> </a> <p>AI脱衣机</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173405034393877.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Hentai Generator" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_title"> <h3>AI Hentai Generator</h3> </a> <p>免费生成ai无尽的。</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/zh/ai">显示更多</a> </div> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>热门文章</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780570.html" title="R.E.P.O.能量晶体解释及其做什么(黄色晶体)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.能量晶体解释及其做什么(黄色晶体)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780641.html" title="R.E.P.O.最佳图形设置" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.最佳图形设置</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796785841.html" title="刺客信条阴影:贝壳谜语解决方案" class="phpgenera_Details_mainR4_bottom_title">刺客信条阴影:贝壳谜语解决方案</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>3 周前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796789525.html" title="Windows 11 KB5054979中的新功能以及如何解决更新问题" class="phpgenera_Details_mainR4_bottom_title">Windows 11 KB5054979中的新功能以及如何解决更新问题</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 周前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/1796780618.html" title="威尔R.E.P.O.有交叉游戏吗?" class="phpgenera_Details_mainR4_bottom_title">威尔R.E.P.O.有交叉游戏吗?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 个月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/zh/article.html">显示更多</a> </div> </div> </div> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>热工具</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/toolset/development-tools/92" title="记事本++7.3.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="记事本++7.3.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/toolset/development-tools/92" title="记事本++7.3.1" class="phpmain_tab2_mids_title"> <h3>记事本++7.3.1</h3> </a> <p>好用且免费的代码编辑器</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/toolset/development-tools/93" title="SublimeText3汉化版" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3汉化版" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/toolset/development-tools/93" title="SublimeText3汉化版" class="phpmain_tab2_mids_title"> <h3>SublimeText3汉化版</h3> </a> <p>中文版,非常好用</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/toolset/development-tools/121" title="禅工作室 13.0.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="禅工作室 13.0.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/toolset/development-tools/121" title="禅工作室 13.0.1" class="phpmain_tab2_mids_title"> <h3>禅工作室 13.0.1</h3> </a> <p>功能强大的PHP集成开发环境</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title"> <h3>Dreamweaver CS6</h3> </a> <p>视觉化网页开发工具</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title"> <h3>SublimeText3 Mac版</h3> </a> <p>神级代码编辑软件(SublimeText3)</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/zh/ai">显示更多</a> </div> </div> </div> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>热门话题</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/gmailyxdlrkzn" title="gmail邮箱登陆入口在哪里" class="phpgenera_Details_mainR4_bottom_title">gmail邮箱登陆入口在哪里</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>7554</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>15</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1382</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>52</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/steamdzhmcssmgs" title="steam的账户名称是什么格式" class="phpgenera_Details_mainR4_bottom_title">steam的账户名称是什么格式</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>83</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>11</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/winactivationkeyper" title="win11激活密钥永久" class="phpgenera_Details_mainR4_bottom_title">win11激活密钥永久</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>59</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>19</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/zh/faq/newyorktimesdailybrief" title="NYT连接提示和答案" class="phpgenera_Details_mainR4_bottom_title">NYT连接提示和答案</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>28</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>96</span> </div> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/zh/faq/zt">显示更多</a> </div> </div> </div> </div> </div> <div class="Article_Details_main2"> <div class="phpgenera_Details_mainL4"> <div class="phpmain1_2_top"> <a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img src="/static/imghw/index2_title2.png" alt="" /></a> </div> <div class="phpgenera_Details_mainL4_info"> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/687215.html" title="总结Linux系统中system()函数的用法" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/465/014/170868511113195.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="总结Linux系统中system()函数的用法" /> </a> <a href="https://www.php.cn/zh/faq/687215.html" title="总结Linux系统中system()函数的用法" class="phphistorical_Version2_mids_title">总结Linux系统中system()函数的用法</a> <span class="Articlelist_txts_time">Feb 23, 2024 pm 06:45 PM</span> <p class="Articlelist_txts_p">Linux下system()函数的总结在Linux系统中,system()函数是一个非常常用的函数,它可以用于执行命令行命令。本文将对system()函数进行详细的介绍,并提供一些具体的代码示例。一、system()函数的基本用法system()函数的声明如下:intsystem(constchar*command);其中,command参数是一个字符</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/681253.html" title="如何在Chrome和Edge的所有选项卡中搜索文本" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/000/164/170831342730943.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何在Chrome和Edge的所有选项卡中搜索文本" /> </a> <a href="https://www.php.cn/zh/faq/681253.html" title="如何在Chrome和Edge的所有选项卡中搜索文本" class="phphistorical_Version2_mids_title">如何在Chrome和Edge的所有选项卡中搜索文本</a> <span class="Articlelist_txts_time">Feb 19, 2024 am 11:30 AM</span> <p class="Articlelist_txts_p">本教程向您展示了如何在Windows的Chrome或Edge中找到所有打开的标签页上的特定文本或短语。有没有办法在Chrome中所有打开的标签页上进行文本搜索?是的,您可以使用Chrome中的免费外部Web扩展在所有打开的标签上执行文本搜索,无需手动切换标签。一些扩展如TabSearch和Ctrl-FPlus可以帮助您轻松实现这一功能。如何在GoogleChrome的所有选项卡中搜索文本?Ctrl-FPlus是一个免费的扩展,它方便用户在浏览器窗口的所有选项卡中搜索特定的单词、短语或文本。这个扩</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/717988.html" title="抖音怎么带标签引流?平台什么标签最容易引流?" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/887/227/171107448450155.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="抖音怎么带标签引流?平台什么标签最容易引流?" /> </a> <a href="https://www.php.cn/zh/faq/717988.html" title="抖音怎么带标签引流?平台什么标签最容易引流?" class="phphistorical_Version2_mids_title">抖音怎么带标签引流?平台什么标签最容易引流?</a> <span class="Articlelist_txts_time">Mar 22, 2024 am 10:28 AM</span> <p class="Articlelist_txts_p">抖音作为一款备受欢迎的短视频社交平台,拥有着庞大的用户群体。对于抖音创作者来说,带标签引流是一种有效提升内容曝光度和吸引关注的方法。那么,抖音怎么带标签引流呢?本文将为您详细解答这个问题,并介绍相关技巧。一、抖音怎么带标签引流?发布视频时,要确保选择与内容相关的标签。这些标签应涵盖视频的主题和关键词,以便让用户通过标签更容易找到您的视频。利用流行标签是增加视频曝光的有效方法。研究当前热门标签和趋势,将其巧妙地融入视频描述和标签中。这些热门标签通常具有更高的曝光度,能够吸引更多观众的关注。3.标签</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/721184.html" title="抖音标签后面的时钟是什么?怎么给抖音账号打标签呢?" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/887/227/171126638739835.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="抖音标签后面的时钟是什么?怎么给抖音账号打标签呢?" /> </a> <a href="https://www.php.cn/zh/faq/721184.html" title="抖音标签后面的时钟是什么?怎么给抖音账号打标签呢?" class="phphistorical_Version2_mids_title">抖音标签后面的时钟是什么?怎么给抖音账号打标签呢?</a> <span class="Articlelist_txts_time">Mar 24, 2024 pm 03:46 PM</span> <p class="Articlelist_txts_p">在浏览抖音作品时,我们经常能看到标签后面有一个时钟图标。那么,这个时钟到底是什么呢?本文将围绕“抖音标签后面的时钟是什么”展开讨论,希望为您的抖音使用提供一些有益的参考。一、抖音标签后面的时钟是什么?抖音会推出一些热门话题挑战,用户参与时会在标签后看到一个时钟图标,这代表作品正在参与话题挑战,并显示挑战的剩余时间。对于一些具有时效性的内容,如节假日、特殊活动等,抖音会在标签后面附上时钟图标,提醒用户该内容的有效期限。3.热门标签:当某个标签变得热门时,抖音会在标签后面添加时钟图标,表示这个标签正</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/639764.html" title="全面评测i5-13490F处理器的规格和性能" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/000/164/170419033026314.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="全面评测i5-13490F处理器的规格和性能" /> </a> <a href="https://www.php.cn/zh/faq/639764.html" title="全面评测i5-13490F处理器的规格和性能" class="phphistorical_Version2_mids_title">全面评测i5-13490F处理器的规格和性能</a> <span class="Articlelist_txts_time">Jan 02, 2024 pm 06:12 PM</span> <p class="Articlelist_txts_p">i5-13490F是仅供中国大陆销售的一款CPU,最近刚刚上线其性能与13400F略有提升,在游戏上的表现非常不错,为我们带来了低功耗高性能。i5-13490F处理器参数评测大全:1、i5-13490F处理器比对i5-13400F性能提高了0.2GHz;在三级缓存上提高至24MB。2、单核性能以及三级缓存的提升,对游戏玩家来说是有性能上的帮助的。3、在2K分辨率下,i5-13490F对比i5-13400F在游戏上的表现略强一些。i7-13490F参数评测大全性能跑分:CPU-z的跑分成绩达到了单</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/688709.html" title="深入了解HTML中的video元素" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/887/227/170877709526755.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="深入了解HTML中的video元素" /> </a> <a href="https://www.php.cn/zh/faq/688709.html" title="深入了解HTML中的video元素" class="phphistorical_Version2_mids_title">深入了解HTML中的video元素</a> <span class="Articlelist_txts_time">Feb 24, 2024 pm 08:18 PM</span> <p class="Articlelist_txts_p">HTML中video视频标签详解HTML5中的video标签是一种用于在网页上播放视频的标签。它可以使用不同的格式来呈现视频,例如MP4、WebM、Ogg等等。在本篇文章中,我们将详细介绍video标签的使用方法,并提供具体的代码示例。基本结构下面是video标签的基本结构:</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/487609.html" title="html5标签head和header有什么区别" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202201/17/2022011711062514730.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="html5标签head和header有什么区别" /> </a> <a href="https://www.php.cn/zh/faq/487609.html" title="html5标签head和header有什么区别" class="phphistorical_Version2_mids_title">html5标签head和header有什么区别</a> <span class="Articlelist_txts_time">Jan 17, 2022 am 11:10 AM</span> <p class="Articlelist_txts_p">区别:1、head标签用于定义文档头部,它是所有头部元素的容器,而header标签用于定义文档的页眉(介绍信息);2、浏览器都支持head标签,而旧版本浏览器均不支持header标签,需要IE9+以上浏览器才支持header标签。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/zh/faq/683594.html" title="完整的Windows命令提示符指南" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/000/887/227/170840935317649.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="完整的Windows命令提示符指南" /> </a> <a href="https://www.php.cn/zh/faq/683594.html" title="完整的Windows命令提示符指南" class="phphistorical_Version2_mids_title">完整的Windows命令提示符指南</a> <span class="Articlelist_txts_time">Feb 20, 2024 pm 02:09 PM</span> <p class="Articlelist_txts_p">WindowsCMD(即Windows命令提示符)是Windows操作系统中的一种命令行工具。它通过命令行的方式进行操作,可以完成许多系统管理、文件管理、网络管理等任务。本文将为读者介绍WindowsCMD命令的大全,包括常用命令和其功能。一、常用命令cd命令:用于切换当前目录。dir命令:显示当前目录下的文件和子目录。mkdir命令:创建一个新目录。rmd</p> </div> </div> <a href="https://www.php.cn/zh/web-designer.html" class="phpgenera_Details_mainL4_botton"> <span>See all articles</span> <img src="/static/imghw/down_right.png" alt="" /> </a> </div> </div> </div> </main> <footer> <div class="footer"> <div class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>公益在线PHP培训,帮助PHP学习者快速成长!</p> </div> <div class="footermid"> <a href="https://www.php.cn/zh/about/us.html">关于我们</a> <a href="https://www.php.cn/zh/about/disclaimer.html">免责声明</a> <a href="https://www.php.cn/zh/update/article_0_1.html">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1744963854"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' /> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', '9']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); </script> <script> // top layui.use(function () { var util = layui.util; util.fixbar({ on: { mouseenter: function (type) { layer.tips(type, this, { tips: 4, fixed: true, }); }, mouseleave: function (type) { layer.closeAll("tips"); }, }, }); }); document.addEventListener("DOMContentLoaded", (event) => { // 定义一个函数来处理滚动链接的点击事件 function setupScrollLink(scrollLinkId, targetElementId) { const scrollLink = document.getElementById(scrollLinkId); const targetElement = document.getElementById(targetElementId); if (scrollLink && targetElement) { scrollLink.addEventListener("click", (e) => { e.preventDefault(); // 阻止默认链接行为 targetElement.scrollIntoView({ behavior: "smooth" }); // 平滑滚动到目标元素 }); } else { console.warn( `Either scroll link with ID '${scrollLinkId}' or target element with ID '${targetElementId}' not found.` ); } } // 使用该函数设置多个滚动链接 setupScrollLink("Article_Details_main1L2s_1", "article_main_title1"); setupScrollLink("Article_Details_main1L2s_2", "article_main_title2"); setupScrollLink("Article_Details_main1L2s_3", "article_main_title3"); setupScrollLink("Article_Details_main1L2s_4", "article_main_title4"); setupScrollLink("Article_Details_main1L2s_5", "article_main_title5"); setupScrollLink("Article_Details_main1L2s_6", "article_main_title6"); // 可以继续添加更多的滚动链接设置 }); window.addEventListener("scroll", function () { var fixedElement = document.getElementById("Article_Details_main1Lmain"); var scrollTop = window.scrollY || document.documentElement.scrollTop; // 兼容不同浏览器 var clientHeight = window.innerHeight || document.documentElement.clientHeight; // 视口高度 var scrollHeight = document.documentElement.scrollHeight; // 页面总高度 // 计算距离底部的距离 var distanceToBottom = scrollHeight - scrollTop - clientHeight; // 当距离底部小于或等于300px时,取消固定定位 if (distanceToBottom <= 980) { fixedElement.classList.remove("Article_Details_main1Lmain"); fixedElement.classList.add("Article_Details_main1Lmain_relative"); } else { // 否则,保持固定定位 fixedElement.classList.remove("Article_Details_main1Lmain_relative"); fixedElement.classList.add("Article_Details_main1Lmain"); } }); </script> </body> </html>