HTML文本显示状态代码中,〈CENTER〉〈/CENTER〉表

题目

HTML文本显示状态代码中,〈CENTER〉〈/CENTER〉表示()。

  • A、文本加注下标线
  • B、文本加注上标线
  • C、文本闪烁
  • D、文本或图片居中
参考答案和解析
正确答案:D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The center of volume of the immersed portion of the hull is called the ______.

A.center of buoyancy

B.center of floation

C.center of gravity

D.tipping center


正确答案:A
船壳浸水部分的体积中心叫做浮心。

第2题:

请根据网页显示的效果图和网页中的元素说明,将HTML文本中(n)处的解答填写入解答栏内。

【说明】

“文学世界”网页的效果如图4-1所示。其中网页的背景音乐为当前路径下的love.mp3。

[程序源代码]

<HTML>

<HEAD>

<TITLE>文学世界</TITLE>

< (1) src="love.mp3">

</HEAD>

<BODY>

<P align="center"><FONT size="6"> 文学世界</FONT></P>

(2)

<% LOCK Application("counter")=Application("counter")+1

(3) %>

<P align="center">欢迎您的到来!您是本站的第(4)位贵宾

<TABLE border="1">

<TR>

<TD rowspan= (5) align="center">

<IMG border="0" scr="literature.gif">

<TD align="center" width="21%">首页

<TD align="center" width="25%">体育世界

<TD align="center" width="24%">旅游天地

<TR>

<TD align="center" width="21%">休闲娱乐

<TD align="center" width="25%">时尚感觉

<TD align="center" width="24%">视频天地

<TR>

<TD width="27%" valign="top">

<OL>

<LI> 小说

<UL (6) >

<LI><A href="流年">流年</A>

<LI>孤独的树

</UL>

<LI>散文

<LI>其他

</OL>

<TD colspan="2" valign="top">

<P align="center"> (7) 流年

<P align ="center">孤独的树

<TD width="24%" valign="top">

<P align="center"> 问卷调查

<FORM. method="POST" action="investigate.asp">

<P align="left">我喜欢;

<INPUT type="checkbox" name="C1" checked>小说

<INPUT type="checkbox" name="C2">散文

<INPUT type="checkbox" name="C3">其他

<P>性 : 别:

<INPUT type="radio" name="R1 ">

<INPUT type="radio" name="R1 ">

<P align="center"><INPUT type="submit" value="确定">

<INPUT type="reset" value="重写">

</FORM>

</TABLE>

</BODY>

</HTML>


正确答案:(1)bgsound (2)HR noshade> (3)UNLOCK (4)%application("counter")%> (5)"2" (6)type="square" (7)a name=“流年”>/a>
(1)bgsound (2)HR noshade> (3)UNLOCK (4)%application("counter")%> (5)"2" (6)type="square" (7)a name=“流年”>/a> 解析:本题是考查考生对HTML元素的了解和掌握程度,作为网页设计的最基本的HTML标志语言,是设计和制作网页的基础,只要对HTML较为熟悉,就可以很容易地得出答案。下面我们逐一地分析每一空。
(1)根据题目中“网页的背景音乐为当前路径下的love.mp3”的描述,可以知道这里应该是进行“背景音乐”的设置。而要在HTML嵌入背景声音文件的标志应该是 BGSOUND>,这是放在HEAD>标志中的。因此,答案是bgsound。
(2)根据上下文可以得知,此处应该是放置“水平线”,并且是“无阴影”的。因此,应该使用HR noshade>。
(3),(4)是对ASP中的VBScript应用的考查,在该计算数中,开始处使用了LOCK,而显然(3)就应该是对应的UNLOCK。这是Application的两个方法:用于保证同一时刻只能一个用户对Application操作。而(4)则是要显示出用户的访问次数,而application是保证用户在访问该网站上保留的用户信息一直存在的情况下的访问统计,因为 %application("counter")%>,并且使用了LOCK,所以也可以使用%=counter%>。
(5)本题考查的是HTML表格的开发,从图16-1中,我们可以发现有图形的那个表格占了两行,因此rowspan应该等于2,即此处应该填入“2”。
(6)本题考查了清单的类型,而对于强调符清单则可以使用DISC、SQUARE、CIRCLE来表示实心圆型(默认)、实心方形和空心环型三种强调符。根据图16-1所示,显然应该是实心方形,即应该填入type="square"。
(7)要注意,此处需定义命名位置点,因此,应该是a name=“流年”>/a>。

第3题:

在HTML中要把文字、图片、表格等居中,可以用哪个标签()

A、br

B、pre

C、h1

D、center


参考答案:D

第4题:

HTML文本显示状态代码中,标签

表示()。

  • A、文本加注下标线
  • B、文本加注上标线
  • C、文本闪烁
  • D、文本或图片居中

正确答案:D

第5题:

下面是一段HTML标记,显示的表的边界宽度是______像素。 基本表格<</div> <div class="qoption"> <div class="qcontent"><p>下面是一段HTML标记,显示的表的边界宽度是______像素。 <HTML> <HEAD> <TITLE>基本表格</TITLE> </HEAD> <BODY bgcolor="#FFFFFF"> <TABLE border="4"width="231"height="131"> <tr><td>姓名</td><td>学校</td> </tr> <tr> <td><div align="center">张莫</div></td> <td><div align="center">交大</div></td> </tr> <tr> <td><div align="right">陈和</div></td> <td><div align="right">重大</div></td> </tr> </TABLE> </BODY> </HTML></p><p>A.131</p><p>B.231</p><p>C.4</p><p>D.0</p><p></p></div> </div> <br/><div class="qanswer"> <div> 正确答案:C<br> </div> </div></p> </div> </div> <div class="col-12"> <div> <p class="font-weight-bold">第6题:</p> <p> <div class="qtitle">请根据网页显示的效果图(如图11-3所示),将HTML文本中(n)处的解答填在相应的解答栏内。<html> <hea</div> <div class="qoption"> <div class="qcontent"><p>请根据网页显示的效果图(如图11-3所示),将HTML文本中(n)处的解答填在相应的解答栏内。</p><p><img src='https://assets.51tk.com/asset/images/73051a6b3bdb9b0b397c4c14ceefa69.jpg' /></p><p><html></p><p><head></p><p><meta. http-equiv="Content-Type" content="text/html; charset=gb2312"></p><p><title>(1)</title></p><p></head></p><p><body></p><p><p><IMG nClick=over(this) title=放大src="file:///C|/D~cuments%20and%20Settings/Administrator/My%20Documents/My%2~Pi~tures/1 _r1_c5.jpg"width="151''heigh="69"><IMG nClick=over(this) title=放大src="file:///C|/D~cuments%20and%20Settings/A dministrator/My%20 Documents/My%20Pictures/1_r1_c31.jpg" width="84" height="69"> <IMG nClick=over(this) title=放大src="file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/My%20Picmres/最 新动态.jpg"width="120"height="100"><IMG nClick=over(this) title=放大src="file:///C|/Documents%20and%20Settings /Administrator/My%20Documents/My%20Picmres/0001.gif"width="89" height="106"></p></p><p><p> </p></p><p><table width-"542" (2) cellpadding="0" cellspacing="0"></p><p><tr></p><p><td colspan="6"><p align="center"><strong>中国软考聪盟(CIU)学籍卡</strong></p></td></p><p></tr></p><p><tr></p><p><td width="81"><p align="center">姓名*</p></td></p><p><td width="88"><p (3)>CIU</p></td></p><p><td width="70"><p align="center">性别</p></td></p><p><td width="82"><p align="center">女</p></td></p><p><td width="90"><p align="center">身份证号码</p></td></p><p><td width="117"><p align-"center"><strong> </strong></p></td></p><p></tr></p><p><tr></p><p><td width="81"><p align-"center">毕业院校</p></td></p><p><td width-"88"><p align "center">师范学校</p></td></p><p><rd width="70"><p align="center">学位</p></td></p><p><td width="82"><p> </p></td></p><p><td width="90"><p align="center">主修专业</p></td></p><p><td width="117"><p align="center">计算机应用</p></td></p><p></tr></p><p><tr></p><p><td width "81"><p align="center">联系电话1 </p></td></p><p><td colspan="2"><p align="center">13832010594 </p></td></p><p><td width="82"><p align="center">联系电话2</p></td></p><p><td colspan="2"><p align="center">0731-7502382 </p></td></p><p></tr></p><p><tr></p><p><rd width-"81" height="48"><p align="center">电子邮件1 </p></td></p><p><rd colspan="2"><p align="center">ciu@ 163.com </p></td></p><p><td width="82"><p align="center">电子邮件2 </p></td></p><p><td colspan="2"><form. name="form1" method="post" action=""></p><p><input name="radiobutton" type="radio" value="在职" (4)></p><p><tt title="在职"><strong>在职</strong></tt></p><p><input (5) name="radiobutton" (6)></p><p><strong>学生</strong></p><p></form></p><p><p align="center"> </p></td></p><p></tr></p><p><tr></p><p><td width="81"><p align="center">计算机水平</p></td></p><p><td width="88"><p align-"center"><u>二级 (7) </p></td></p><p><rd width="70"><p align "center">英语水平</p></td></p><p><td width="82"><p align="center"> </p></p><p><p align="center"> </p></td></p><p><td width="90"><p align="center">CIU用户名</p></td></p><p><td width="117"><p align="center"> </p></td></p><p></tr></p><p><tr></p><p><td width="81"><p align="center">CIU 培训</p></td></p><p><td width="88"><p align-"center">网络管理员</p></td></p><p><td width="70"><p align="center">考试时间</p></td></p><p><td width="82"><p align="center">2005- 1 </p></td></p><p><td width="9</p><p></p></div> </div> <br/><div class="qanswer"> <div> 正确答案:(1)中国软考联盟(CIU)学籍卡 (2)border="1" (3)align="center" (4)checked (5)type="radio" (6)value="radiobutton" (7)</u><br>(1)中国软考联盟(CIU)学籍卡 (2)border="1" (3)align="center" (4)checked (5)type="radio" (6)value="radiobutton" (7)</u> </div> </div></p> </div> </div> <div class="col-12"> <div> <p class="font-weight-bold">第7题:</p> <p> <div class="qoption"> <div class="qcontent"><p>[说明]</p><p>请根据网页显示的效果图,将HtML文本(n)处的解答填写在相应的解答栏内。</p><p><img src='https://assets.51tk.com/asset/images/b1526e6917019a1ec7e14da0dc4b71.jpg' /></p><p>[上图网页中的元素说明]</p><p><img src='https://assets.51tk.com/asset/images/9fad44dfbb2ad249c72bec92ffbaa42.jpg' /></p><p>[HTML文档代码]</p><p><!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN"</p><p>"http://www.w3.org/TR/html4/loose.dtd"></p><p><html></p><p><head></p><p><meta. http-equiv= "Content-Type"content="text/html;charset=gb2312"><title>添加学生信息</title></p><p></head></p><p><body></p><p><formaction="add_Student.jsp"method="post"name="addforml"></p><p><tablewidth="412"border="0"align="center"celipadding="0"cellspacing="0"></p><p><tr></p><p><td colspan="3" align="center"><hr size="1"></td></p><p></tr></p><p><tr></p><p><tdwidth="92"align="center"> 学号</td></p><p><td width="215"></p><p><input name="txtNumber" type="text" id="txtNumber"> </td></p><p><tdwidth="105"rowspan="5"align="center"valign="middle"></p><p>(1)</p><p></td></p><p></tr></p><p><tr></p><p><tdheight="26"align="center">姓名</td></p><p><td><input name= "txtName"type="text"id="txtName"></td></p><p></tr></p><p><tr></p><p><td align="center">性别</td></p><p><td></p><p>(2) 男</p><p><inputtype="radio"name="rbSex"value="女">女</p><p></td></p><p></tr></p><p><tr></p><p><tdheight="21"align="center",籍 贯</td></p><p><td><select name="selHome” id="selHome"></p><p>(3)</p><p><option value="江苏">江苏</option></p><p><option value="上海">上海</option></p><p><option value="北京">北京</option></p><p><option value="浙江">浙江</option></p><p><option value="山东">山东</option></p><p><option value="其他">其他</option></p><p></select></td></p><p></tr></p><p><tr></p><p><td align="center">电子邮件</td></p><p><td><inputname="txtEmail"type="text"id="txtEmail"></td></p><p></tr></p><p><tr></p><p><td align="center">联系电话</td></p><p><td><inputname="txtTel"type="text" id="txtTel"></td></p><p><td align="center"></p><p>(4)</p><p></td></p><p></tr></p><p><tr></p><p><td height="15" colspan="3"><hr size="1"></td></p><p></tr></p><p><tr></p><p><td align="center",个人简介</td></p><p><td colspan="2"></p><p>(5)</p><p></td></p><p></tr></p><p><tr></p><p><tdheight="23"colspan="3"align="center"></p><p><inputtype="submit"name="Submit"value="提交">&nbsp;&nbsp;&nbsp;&nbsp;</p><p><inputtype="reset"name="Submit2"value="重置"> </td></p><p></tr></p><p><tr></p><p><td height="23" colspan="3" align="center"><hr size="1"></td></p><p></tr></p><p></table></p><p></form></p><p></body></p><p></html></p><p>(1)</p><p></p></div> </div> <br/><div class="qanswer"> <div> 正确答案:imgsrc="image3.png"width="80"height="100"alt="照片"><br>imgsrc="image3.png"width="80"height="100"alt="照片"> </div> </div></p> </div> </div> <div class="col-12"> <div> <p class="font-weight-bold">第8题:</p> <p> <div class="qoption"> <div class="qcontent"><p>分析下面的HTML代码片段,则选项中的说法正确的是()tableborder="10"trtdcolspan=2align="center"姓名/td/trtrtdrowspan=2align="center"成绩/tdtdalign="center"语文/td/trtrtdcolspan=2align="center"数学/td/trtable</p><p>:A、该表格共有2行3列</p><p>B、该表格的边框宽度为10毫米</p><p>C、该表格中的文字均居中显示</p><p>D、“姓名”单元个跨2列</p><p></p></div> </div> <br/><div class="qanswer"> <div> 正确答案:C,D<br/> </div> </div></p> </div> </div> <div class="col-12"> <div> <p class="font-weight-bold">第9题:</p> <p> <div class="qtitle">Html标记中,用什么方法可以将整个表格在页面中居中?()</div> <div class="qoption"> <div class="qcontent"><p>A.place=middle</p><p>B.type=middle</p><p>C.align=center</p><p>D.type=center</p></div> </div> <br/><div class="qanswer"> <div> 参考答案:C<br/> </div> </div></p> </div> </div> <div class="col-12"> <div> <p class="font-weight-bold">第10题:</p> <p><p> 下面这段代码中,变量subString的结果是()。 Dim aString As String = "Left Center Right" Dim subString As String subString = Mid(aString, 13)</p><ul class="tk_select"><li>A、"_Right"</li><li>B、"Right_"</li><li>C、"Right"</li><li>D、"Left Center_"</li><li>E、"Left Center"</li><li>F、"_Left Center_"</li><li>G、"Left Center R"</li></ul><br/>正确答案:<span>C</span></p> </div> </div> </div> </div> </div> <div class="card mt-3"> <div class="card-header w_primary_border_bottom2"><h5 class="p-0 m-0 line-height-normal">更多相关问题</h5></div> <div class="card-body"> <ul class="list-group list-group-flush"> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s40376/sNDb4imb.html">在Dreamweaver中,查看HTML的代码,下面哪种方法是正确的?()A、在HTML纯文本编辑模式下可以查看HTML代码B、在HTML纯文本编辑模式下不能查看HTML代码C、在页面模式下可以查看HTML代码D、在HTML纯文本+页面模式下不能查看HTML代码</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s54360/si8ag7kq.html">单选题HTML文本显示状态代码中,〈CENTER〉〈/CENTER〉表示()。A 文本加注下标线B 文本加注上标线C 文本闪烁D 文本或图片居中</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s40322/sNEnQ64v.html">Html标记中,用什么方法可以将整个表格在页面中居中?()A、place=middleB、type=middleC、align=centerD、type=center</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s53646/siHDR4GN.html">单选题在网页中动态显示日期,恰当的做法是()A 将具有日期显示功能的JavaScript代码嵌入html中B 将具有日期显示功能的CSS代码嵌入html中C 用html代码编写日期显示</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s35379/sN2CuNEf.html">在网页中动态显示日期,恰当的做法是()。A、将具有日期显示功能的JavaScript代码嵌入html中B、将具有日期显示功能的CSS代码嵌入html中C、用html代码编写日期显示D、将日期直接嵌入html中</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s36310/sNV04dKS.html">HTML文本显示的状态代码中,<sup></sup>表示()A、文本加注下标线B、文本加注上标线C、文本闪烁D、文本或图片居中</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s34847/sN2c0bRi.html">在代码状态下,所有内容均以HTML标记源代码方式显示或编辑。</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s40387/sND5Qd3D.html">在网页中动态显示日期,恰当的做法是()A、将具有日期显示功能的JavaScript代码嵌入html中B、将具有日期显示功能的CSS代码嵌入html中C、用html代码编写日期显示</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s38096/sNqspjCC.html">HTML文本显示状态代码中,表示()</a></p> </div> </li> <li class="list-group-item list-group-item-action"> <div class="p-2"> <p class="line-height-normal"><a class="text-primary" href="/c/s53647/siDZ1RVT.html">单选题HTML文本显示的状态代码中,<sup></sup>表示()A 文本加注下标线B 文本加注上标线C 文本闪烁D 文本或图片居中</a></p> </div> </li> </ul> </div> </div> </div> <div class="col-4"> <div class="card"> <div class="card-header p-3 w_primary_border_bottom2"> <h5 class="p-0 m-0">相关内容</h5> </div> <div class="card-body"> <ul class="list-group list-group-flush"> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s36520/" class="text-dark text-decoration-none">中西医结合外科(医学高级)</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s39323/" class="text-dark text-decoration-none">00191旅行社经营与管理</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s35718/" class="text-dark text-decoration-none">办公室管理</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s38764/" class="text-dark text-decoration-none">中金所杯全国大学生金融知识大赛</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s53650/" class="text-dark text-decoration-none">乡镇临床执业助理医师</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s38207/" class="text-dark text-decoration-none">职业指导师考试</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s34423/" class="text-dark text-decoration-none">山东住院医师皮肤科</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s33863/" class="text-dark text-decoration-none">大学试题(经济学)</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s39932/" class="text-dark text-decoration-none">商场知识</a> </div> </li> <li class="list-group-item list-group-item-action"> <div class=""> <a href="/c/s36958/" class="text-dark text-decoration-none">内蒙古住院医师口腔修复科</a> </div> </li> </ul> </div> </div> </div> </div> <div class="modal fade" id="pay_modal" tabindex="-1" role="dialog" aria-labelledby="pay_modal_title" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="pay_modal_title" title="该问题答案仅对会员开放,欢迎开通会员">开通会员查看答案</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <iframe src="/Question/Pay" height="458" style="width:100%" frameborder="0"></iframe> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-bs-dismiss="modal">关闭</button> <a class="btn btn-success" href="/p/contactus.html" target="_blank">联系客服</a> </div> </div> </div> </div><!--./pay_modal--> </div> <footer class="border-top footer text-muted"> <div class="container text-center"> <p class="mt-4"> <a href="/p/contactus.html" class="text-muted me-3 text-decoration-none">联系我们</a> <a href="/p/about.html" class="text-muted me-3 text-decoration-none">关于我们</a> <a href="/p/duty.html" class="text-muted me-3 text-decoration-none">免责声明</a> <a href="/p/weifajubao.html" class="text-muted me-3 text-decoration-none">违法和不良信息举报</a> <a href="/p/fuwuxieyi.html" class="text-muted me-3 text-decoration-none">服务协议</a> <a href="/p/huiyuanxuzhi.html" class="text-muted me-3 text-decoration-none">会员须知</a> </p> <p class="mt-3"> <img src="//cdn.sokaoti.com/f1.png" />   <img src="//cdn.sokaoti.com/f2.png" />   <img src="//cdn.sokaoti.com/f3.png" /> </p> <p class="mt-3"> © 2020-2024 搜考题 www.sokaoti.com - <a href="https://beian.miit.gov.cn/" class="text-muted" target="_blank">苏ICP备2022020371号</a> </p> </div> </footer> <script src="//lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js" type="application/javascript"></script> <script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.3/js/bootstrap.bundle.min.js" type="application/javascript"></script> <script src="/js/common.js?v=mz6eDOCZQq9wkKF0Ul2O8E0T0PzJPJo4d-eif5Q0deU"></script> <script type="application/ld+json"> { "@context": "https://zhanzhang.baidu.com/contexts/cambrian.jsonld", "@id": "https://www.sokaoti.com/c/s35434/sNRy1F1b.html", "title":"HTML文本显示状态代码中,〈CENTER〉〈/CENTER〉表示()。A、文本加注下标线B、文本加注上标线C、文本闪烁D、文本或图片居中", "description": "HTML文本显示状态代码中,〈CENTER〉〈/CENTER〉表示()。A、文本加注下标线B、文本加注上标线C、文本闪烁D、文本或图片居中", "pubDate": "2024-06-14 15:16:39", "isOriginal": "0" } </script> <script> var im = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null; if (im) { window.location.href = "https://m.sokaoti.com/c/s35434/sNRy1F1b.html"; } var payModal = document.getElementById('pay_modal'); payModal.addEventListener('hidden.bs.modal', function (event) { window.location.reload(); }); </script> <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id: "Jhclq4gxN3m621tw",ck: "Jhclq4gxN3m621tw"})</script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?5b93f527dd31e276bc2af106dc83df5f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>