书签 分享 收藏 举报 版权申诉 / 19

类型HTML试题及答案解析.docx

  • 文档编号:14749768
  • 上传时间:2023-06-27
  • 格式:DOCX
  • 页数:19
  • 大小:23.17KB

B.居右对齐:

C.居左对齐:

D.两端对齐:

9.下面哪一项是换行符标签?

(   C)

A.          B.           C.
              D.

10.下列哪一项是在新窗口中打开网页文档。

(  B )

A._self               B._blank            C._top               D._parent

11.下面对JPEG格式描述不正确的一项是。

( C  )

A.照片、油画和一些细腻、讲求色彩浓淡的图片常采用JPEG格式

B.JPEG支持很高的压缩率,因此其图像的下载速度非常快

C.最高只能以256色显示的用户可能无法观看JPEG图像

D.采用JPEG格式对图片进行压缩后,还能再打开图片,然后对它重新整饰、编辑、压缩

12.在一个框架组的属性面板中,不能设置下面哪一项。

(  D )

A.边框颜色       B.子框架的宽度或者高度 C.边框宽度       D.滚动条

13.Web安全色所能够显示的颜色种类为(A )。

A216色B 256色C千万种颜色D1500种色

14.常用的网页图像格式有( )和(C ).

A.gif,tiff B.tiff,jpg C.gif,jpg D.tiff,png

15.如果要表单提交信息不以附件的形式发送,只要将表单的“MTME类型”设置为( A)。

   A.text/plain   B.password   C.submit   D.button

16.下面说法错误的是( D)。

   A.CSS样式表可以将格式和结构分离   B.CSS样式表可以控制页面的布局

C.CSS样式表可以使许多网页同时更新 D.CSS样式表不能制作体积更小下载更快的网页

17.CSS样式表不可能实现( D)功能。

   A.将格式和结构分离          B.一个CSS文件控制多个网页

   C.控制图片的精确位置     D.兼容所有的浏览器

18.表格是网页中的( ),框架是由数个( )组成的。

(A)

   A.元素,帧   B.元素,元素C.帧,元素   D.结构,帧

19.要使表格的边框不显示,应设置border的值是( B)。

   A.1   B.0   C.2   D.3

20.在HTML中,( B)不是链接的目标属性。

A.self   B.new   C.blank   D.top

21.在网页设计中,( A)是所有页面中的重中之重,是一个网站的灵魂所在。

   A.引导页   B.脚本页面C.导航栏   D.主页面

22.为了标识一个HTML文件应该使用的HTML标记是(C )。

   A.

</p>   B.</body> C.</html>   D.

</table>

23.在客户端网页脚本语言中最为通用的是( A).

   A.JavaScript   B.VB  C.Perl   D.ASP

24.在HTML中,标记的Size属性最大取值可以是( C)。

   A.5   B.6   C.7   D.8

25.在HTML中,标记

的作用是( B)。

   A.标题标记   B.预排版标记   C.转行标记   D.文字效果标记

26.在DHTML中把整个文档的各个元素作为对象处理的技术是(   C).

   A.HTML   B.CSS  C.DOM   D.Script(脚本语言)

27.下面不属于CSS插入形式的是( A).

   A.索引式   B.内联式   C.嵌入式   D.外部式

28.如果站点服务器支持安全套接层(SSL),那么连接到安全站点上的所有URL开头是( B)。

   A.HTTP   B.HTTPS   C.SHTTP   D.SSL

29.下列描述错误的是( B)。

   A.DHTML是HTML基础上发展的一门语言

   B.根据处理用户操作位置的不同,HTML主要分为两大类:

服务器端动态页面和客户端动态页面

   C.客户端的DHTML技术包括HTML4.0、CSS、DOM和脚本语言

   D.DHTML侧重于WEB内容的动态表现

30.可以不用发布就能在本地计算机上浏览的页面编写语言是(B)。

  AASP      BHTML       CPHP      DJSP

31.在网页中,必须使用(A)标记来完成超级链接。

  A B

  C…    D
  • 32.有关网页中的图像的说法不正确的是(C)。

    A网页中的图像并不与网页保存在同一个文件中,每个图像单独保存

    BHTML语言可以描述图像的位置、大小等属性

    CHTML语言可以直接描述图像上的像素

    D图像可以作为超级链接的起始对象

    33.下列HTML标记中,属于非成对标记的是(A)。

      A

  •         B
          C

           D

      34.用HTML标记语言编写一个简单的网页,网页最基本的结构是(D)。

        A……

        B

        C

        D……

      35.主页中一般包含的基本元素有(A)。

        A超级链接     B图像    C声音     D表格

      36.以下标记符中,用于设置页面标题的是(A)

      A.  B.<caption> C.<head>  D.<html></p><p>37.以下标记符中,没有对应的结束标记的是(B)</p><p>A.<body> B.<br>  C.<html> D.<title></p><p>38.若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是(A)</p><p>A.<bodybackground=”bg.jpg”></p><p>B.<bodybground=”bg.jpg’’></p><p>C.<bodyimage=”bg.jpg”></p><p>D.<bodybgcolor=”bg.jpg”></p><p>39.若要以标题2号字、居中、红色显示”vbscrip”,以下用法中,正确的是(D)</p><p>A.<h2><divalign=”center”><color=”#ff00000”>vbscript</div></h2></font></p><p>B.<h2><divalign=”center”><font color=”#ff00000”>vbscript</div></h2></font></p><p>C.<h2><divalign=”center”><font  color=”#ff00000”>vbscript<</h2>/div></font></p><p>D.<h2><divalign=”center”><font  color=”#ff00000”>vbscript</font></div></h2></p><p>40.若要以加粗宋体、12号字显示“vbscript”以下用法中,正确的是(B)</p><p>A.<b><fontsize=12>vbscript</b></font></p><p>B.<b><fontface=”宋体”size=12>vbscript</font></b></p><p>C.<b><fontsize=“宋体”size=12>vbscript</b></font></p><p>D.<b><fontsize=“宋体”fontsize=12>vbscript</b></font></p><p>41.若要在页面中创建一个图形超链接,要显示的图形为myhome.jpg,所链接的地址为,以下用法中,正确的是(C);</p><p>A <ahref=””>myhome.jpg</a></p><p>B <ahref=””><imgsrc=”myhome.jpg”></a></p><p>C <imgsrc=”myhome.jpg”><ahref=””></a></p><p>D  <ahref=><imgsrc=”myhome.jpg”></p><p>42.以下标记中,用于定义一个单元格的是(A);</p><p>A <td> </td>                   B<tr>…</tr></p><p>C <table>…</table>                 d<caption>…</caption></p><p>43.用于设置表格背景颜色的属性的是( B);</p><p>A background  Bbgcolor  CBorderColor   DbackgroundColor</p><p>44.要将页面的当前位置定义成名为”vbpos”和锚,其定义方法正确的是(D)</p><p>A.<ahref=:</p><p>vbpos”></a></p><p>B.<ahref=”#vbpos”>vbpos</a></p><p>C.<aname=vbpos></p><p>D.<aname=”vbpos”></a></p><p>45.若要获得名为login的表单中,名为txtuser的文本输入框的值,以下获取的方法中,正确的是(A);</p><p>Ausername=login.txtser.value          Busername=document.txtuser.value</p><p>Cusername=document.login.txtuser     Cusername=document.txtuser.value</p><p>46.若要产生一个4行30列的多行文本域,以下方法中,正确的是(C)。</p><p>A.<Inputtype=”text”Rows=”4”Cols=”30”Name=”txtintrol”></p><p>B.<TextAreaRows=”4”Cols=”30”Name=”txtintro”></p><p>C.<TextAreaRows=”4”Cols=”30”Name=”txtintro”></TextArea></p><p>D.<TextAreaRows=”30”Cols=”4”Name=”      txtintro”></TextArea></p><p>47.用于设置文本框显示宽度的属性是(A)。</p><p>A.Size     B MaxLength  C. Value D.Length</p><p>48.在网页中若要播放名为demo.avi的动画,以下用法中,正确的是(D)。</p><p>A.<Embedsrc=”demo.avi”autostart=true></p><p>B.<Embedsrc=”demo.avi”autoopen=true></p><p>C.<Embedsrc=”demo.avi”autoopen=true></Embed></p><p>D.<Embedsrc=”demo.avi”autostart=true></Embed></p><p>49.若要循环播放背景音乐bg.mid,以下用法中,正确的是(A)。</p><p>A.<bgsoundsrc=”bg.mid”Loop=”1”></p><p>B.<bgsoundsrc=”bg.mid”Loop=True></p><p>C.<soundsrc=”bg.mid”Loop=”True”></p><p>D.<Embedsrc=”bg.mid”autostart=true></Embed></p><p>50.以下标记中,用来创建对象的是(A)。</p><p>A.<Object> B.<Embed>  C<Form>.D.<Marquee></p><p>51.以下标记中,可用来产生滚动文字或图形的是(B)。</p><p>   A.<Scroll>  B.<Marquee> C.<TextArea> D.<IFRAME></p><p>52.可用来在一个网页中嵌入显示另一个网页内容的标记符是(B)。</p><p>   A.<Marquee> B.<IFRAME> C.<Embed>  D.<Object> </p><p>53.若要在网页中插入样式表main.css,以下用法中,正确的是(B)。</p><p>A.<Linkhref=”main.css”type=text/cssrel=stylesheet></p><p>B.<LinkSrc=”main.css”type=text/cssrel=stylesheet></p><p>C.<Linkhref=”main.css”type=text/css></p><p>D.<Includehref=”main.css”type=text/cssrel=stylesheet></p><p>54.若要在当前网页中定义一个独立类的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是(A)。</p><p>A.<Style></p><p>   .myText{Font-Familiy:</p><p>Arial;Font-size:</p><p>9pt;Line-Height:</p><p>13.5pt}</p><p>   </style></p><p>B..myText{Font-Familiy:</p><p>Arial;Font-size:</p><p>9pt;Line-Height:</p><p>13.5pt}</p><p>C.<Style></p><p>   .myText{FontName:</p><p>Arial;FontSize:</p><p>9pt;LineHeight:</p><p>13.5pt}</p><p>   </style></p><p>D.<Style></p><p>   ..myText{FontName:</p><p>Arial;Font-ize:</p><p>9pt;Line-eight:</p><p>13.5pt}</p><p>   </style></p><p>55.若要使表格的行高为16pt,以下方法中,正确的是(B)</p><p>A.<tableborder=1style=”Ling-Height:</p><p>16”>…</table></p><p>B.<tableborder=1style=”Ling-Height:</p><p>16pt”>…</table></p><p>C.<tableborder=1LingHeight=16pt”>…</table></p><p>D.<tableborder=1LingHeight=”16pt”>…</table></p><p>56.以下创建mail链接的方法,正确的是(C)</p><p>A.<ahref=”**************”>管理员</a></p><p>B.<ahref=”callto:</p><p>**************”>管理员</a></p><p>C.<ahref=”mailto:</p><p>**************”>管理员</a></p><p>D.<ahref=”Email:</p><p>**************”>管理员</a></p><p>57.有关框架与表格的说法正确的有(B)。</p><p>  A框架对整个窗口进行划分       B每个框架都有自己独立网页文件</p><p>参考答案:</p><p>一、选择</p><p>1-5dcbdc</p><p>6-10ddacb</p><p>11-15cdaca</p><p>16-20ddabb</p><p>21-25acacb</p><p>26-30cabbb</p><p>31-35acada</p><p>36-40abadb</p><p>41-45cabda</p><p>46-50cada</p><p>51-55bbbab</p><p>56-57cb</p><p>HTML练习题1(选择题)</p><p>一、选择</p><p>1.在一个框架的属性面板中,不能设置下面哪一项。</p><p>(  )</p><p>A.源文件 ;    B.边框颜色 ;     C.边框宽度   D.滚动条</p><p>2.        下列哪一项表示的不是按钮。</p><p>(  )</p><p>A.type="submit"        B.type="reset"           C.type="image"   D.type="button"</p><p>3.下面哪一个属性不是文本的标签属性?</p><p>(  )</p><p>A.nbsp;      B.align      C.color      D.face</p><p>4.下面哪一项的电子邮件链接是正确的?</p><p>(  )</p><p>A.           B.xxx@.net        C.xxx@com              D.***********</p><p>5.当链接指向下列哪一种文件时,不打开该文件,而是提供给浏览器下载。</p><p>(  )</p><p>A.ASP                      B.HTML            C.ZIP                       D.CGI</p><p>6.关于表格的描述正确的一项是。</p><p>(  )</p><p>A.在单元格内不能继续插入整个表格</p><p>B.可以同时选定不相邻的单元格</p><p>C.粘贴表格时,不粘贴表格的内容</p><p>D.在网页中,水平方向可以并排多个独立的表格</p><p>7.如果一个表格包括有1行4列,表格的总宽度为“699”,间距为“5”,填充为“0”,边框为“3”,每列的宽度相同,那么应将单元格定制为多少像素宽。</p><p>(  )</p><p>A.126                       B.136                       C.147                D.167</p><p>8.关于文本对齐,源代码设置不正确的一项是:</p><p>(   )</p><p>A.居中对齐:</p><p><divalign="middle">…</div></p><p>B.居右对齐:</p><p><divalign="right">…</div></p><p>C.居左对齐:</p><p><divalign="left">…</div></p><p>D.两端对齐:</p><p><divalign="justify">…</div></p><p>9.下面哪一项是换行符标签?</p><p>(   )</p><p>A.<body>          B.<font>           C.<br>              D.<p>10.下列哪一项是在新窗口中打开网页文档。</p><p>(   )</p><p>A._self               B._blank            C._top               D._parent</p><p>11.下面对JPEG格式描述不正确的一项是。</p><p>(   )</p><p>A.照片、油画和一些细腻、讲求色彩浓淡的图片常采用JPEG格式</p><p>B.JPEG支持很高的压缩率,因此其图像的下载速度非常快</p><p>C.最高只能以256色显示的用户可能无法观看JPEG图像</p><p>D.采用JPEG格式对图片进行压缩后,还能再打开图片,然后对它重新整饰、编辑、压缩</p><p>12.在一个框架组的属性面板中,不能设置下面哪一项。</p><p>(   )</p><p>A.边框颜色       B.子框架的宽度或者高度 C.边框宽度       D.滚动条</p><p>13.Web安全色所能够显示的颜色种类为( )。</p><p>A216色B 256色C千万种颜色D1500种色</p><p>14.常用的网页图像格式有( )和( ).</p><p>A.gif,tiff B.tiff,jpg C.gif,jpg D.tiff,png</p><p>15.如果要表单提交信息不以附件的形式发送,只要将表单的“MTME类型”设置为( )。</p><p>   A.text/plain   B.password   C.submit   D.button</p><p>16.下面说法错误的是( )。</p><p>   A.CSS样式表可以将格式和结构分离   B.CSS样式表可以控制页面的布局</p><p>C.CSS样式表可以使许多网页同时更新 D.CSS样式表不能制作体积更小下载更快的网页</p><p>17.CSS样式表不可能实现( )功能。</p><p>   A.将格式和结构分离          B.一个CSS文件控制多个网页</p><p>   C.控制图片的精确位置     D.兼容所有的浏览器</p><p>18.表格是网页中的( ),框架是由数个( )组成的。</p><p>   A.元素,帧   B.元素,元素C.帧,元素   D.结构,帧</p><p>19.要使表格的边框不显示,应设置border的值是( )。</p><p>   A.1   B.0   C.2   D.3</p><p>20.在HTML中,( )不是链接的目标属性。</p><p>A.self   B.new   C.blank   D.top</p><p>21.在网页设计中,( )是所有页面中的重中之重,是一个网站的灵魂所在。</p><p>   A.引导页   B.脚本页面C.导航栏   D.主页面</p><p>22.为了标识一个HTML文件应该使用的HTML标记是( )。</p><p>   A.<p></p>   B.<boby></body> C.<html></html>   D.<table></table></p><p>23.在客户端网页脚本语言中最为通用的是( ).</p><p>   A.JavaScript   B.VB  C.Perl   D.ASP</p><p>24.在HTML中,标记<font>的Size属性最大取值可以是( )</p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bingdoc.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bingdoc.com/p-14749768.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">3</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bingdoc.com/d-14749768.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>   <a rel="nofollow" target="_blank" href="https://www.bingdoc.com/UserManage/Recharge.aspx?f=0&d=14749768" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bingdoc.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bingdoc.com/UserManage/CopyrightAppeal.aspx?bid=14749768" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bingdoc.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bingdoc.com/d-14749768.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关 键  词:</dt><dd class="fl wordwrap"> HTML 试题 答案 解析 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bingdoc.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>  冰点文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bingdoc.com/user/315.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多>></a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bingdoc.com/p-13198262.html" target="_parent" title="《草房子》教学设计.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/7bdd341c-5759-49a8-973c-7873686199d9/5a9678c8817949a69f33bfe9ab36226c.gif' alt="《草房子》教学设计.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《草房子》教学设计.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198263.html" target="_parent" title="《耳鼻咽喉科学》教学目标和教学大纲.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/8f5ea26f-a3f5-4042-874c-91fe3c42b83a/278fa2f734e44d9bab9672e6ed0f1694.gif' alt="《耳鼻咽喉科学》教学目标和教学大纲.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《耳鼻咽喉科学》教学目标和教学大纲.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198264.html" target="_parent" title="《国际贸易》课后习题答案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/18e054e9-ab59-4f8b-98de-f788c4dcdc63/48a6ff5fbf304792aaaac81eee7a0638.gif' alt="《国际贸易》课后习题答案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《国际贸易》课后习题答案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198265.html" target="_parent" title="《财务报表分析》课后习题参考答案精选文档.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/bbc96a50-ba3f-4a75-a323-2ad0fc4deb15/532fd7bf03174a2289a40161784d0885.gif' alt="《财务报表分析》课后习题参考答案精选文档.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《财务报表分析》课后习题参考答案精选文档.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198266.html" target="_parent" title="《斗鸡》大班教案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/a54f1c56-a8c0-412d-bf11-7e604799c430/3f4cbc6cf20a43a4a7b2c89b73c1cf3f.gif' alt="《斗鸡》大班教案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《斗鸡》大班教案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198267.html" target="_parent" title="《广东省省级财政性资金投资民用建筑项目管理暂行办法》粤府办4号.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/c10da82f-3206-4303-b162-e65bfed27649/560182088ed84b6b9ef37e089b517581.gif' alt="《广东省省级财政性资金投资民用建筑项目管理暂行办法》粤府办4号.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《广东省省级财政性资金投资民用建筑项目管理暂行办法》粤府办4号.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198268.html" target="_parent" title="《金融erp》实验报告模板格式1.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/fbbf7594-2c64-4028-b904-20b31c80882e/bfb381f1c87543c49ee854eb5ebe804c.gif' alt="《金融erp》实验报告模板格式1.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《金融erp》实验报告模板格式1.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198269.html" target="_parent" title="《漂亮老师与坏小子》读后感15篇.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/e098cf08-c51d-414f-9a2a-33652e57a1f2/65a4ed1f9ed54cdd88aac1da50a1d4e6.gif' alt="《漂亮老师与坏小子》读后感15篇.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《漂亮老师与坏小子》读后感15篇.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198270.html" target="_parent" title="《首尔大学韩国语》第二册.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/b0290d0c-417e-45d8-881d-b481a90a326a/de2662f38d094cc38d703078d0de9a93.gif' alt="《首尔大学韩国语》第二册.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《首尔大学韩国语》第二册.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198271.html" target="_parent" title="《系统工程》复习资料.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/13b8c365-d630-4563-aba5-d8e50cac1e59/f381947aed3d4b14bd1fc518259bf59d.gif' alt="《系统工程》复习资料.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《系统工程》复习资料.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198272.html" target="_parent" title="《渔父》检测练习附参考答案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/a4ba58fe-c926-4e69-bba7-adcfdb1bd811/bc7064ecba7340189f1765cc1d6fb476.gif' alt="《渔父》检测练习附参考答案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《渔父》检测练习附参考答案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198274.html" target="_parent" title="《00152组织行为学》真题答案及解析.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/aa005baa-8d81-419b-a0f7-43eba33d4edc/fdf0e4b010a34e119e3775bdd9736f24.gif' alt="《00152组织行为学》真题答案及解析.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《00152组织行为学》真题答案及解析.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198275.html" target="_parent" title="《春》教学设计通用6篇.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/dcfd1514-94d1-42e6-a4d9-80e309f2d3a0/97ebf4b7b73b48ce8b101782d1d5da4f.gif' alt="《春》教学设计通用6篇.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《春》教学设计通用6篇.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198276.html" target="_parent" title="《aftereffects》课程标准.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/2e42f4b3-15a6-49eb-bff4-381547c82369/6671fdebc8b24549b9ddbe8ad91f65e5.gif' alt="《aftereffects》课程标准.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《aftereffects》课程标准.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198277.html" target="_parent" title="《大学英语三级单词》高频词.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/2880694c-56fd-47d7-a36b-75a4a28f2491/a88b4a2b4a4b4d2dad0a82fbbd4d4f1b.gif' alt="《大学英语三级单词》高频词.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《大学英语三级单词》高频词.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198278.html" target="_parent" title="《公共组织理论》教学大纲.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/498676ca-3c11-46a2-ac9d-2570b206c2fc/95d111f8ca0c4b51915a7c3e9bd2554c.gif' alt="《公共组织理论》教学大纲.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《公共组织理论》教学大纲.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198279.html" target="_parent" title="《建筑工程评估》课程设计.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/b7691dc0-55b9-4e11-9931-9f0aff16afcb/9b5035e0ac744b4db2a95f705b831c7f.gif' alt="《建筑工程评估》课程设计.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《建筑工程评估》课程设计.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198280.html" target="_parent" title="《马克思主义基本原理概论》期末考试复习题.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/9abf219b-8d56-4b6e-ae72-cfaa33098194/abbc09c2b237489c9119675046a5d223.gif' alt="《马克思主义基本原理概论》期末考试复习题.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《马克思主义基本原理概论》期末考试复习题.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198281.html" target="_parent" title="《三字经》拼音注释完整版.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/1aed5c18-4c2e-4993-b890-8f8394f58364/ffc58586db4c47a59de61790850f212c.gif' alt="《三字经》拼音注释完整版.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《三字经》拼音注释完整版.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198282.html" target="_parent" title="《我爸爸》小班语言教案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/23d918ac-2e55-4766-821d-a86f4d7faeea/96f1faeace2447419113eef72ca03e08.gif' alt="《我爸爸》小班语言教案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《我爸爸》小班语言教案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198283.html" target="_parent" title="《野望》《黄鹤楼》《使至塞上》知识练习题及古诗词鉴赏答题技巧.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/8c3e6f62-2aef-48fa-85a2-891df8417f41/50f40c8131aa4683a3956b88c41c58f5.gif' alt="《野望》《黄鹤楼》《使至塞上》知识练习题及古诗词鉴赏答题技巧.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《野望》《黄鹤楼》《使至塞上》知识练习题及古诗词鉴赏答题技巧.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198284.html" target="_parent" title="0cf3aea5f56527d3240c844769eae009581ba2a1.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/5755e26c-2c86-4820-a2af-0a0417c2ecce/c5cf2792b197466cafda3db856f2de57.gif' alt="0cf3aea5f56527d3240c844769eae009581ba2a1.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 0cf3aea5f56527d3240c844769eae009581ba2a1.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198285.html" target="_parent" title="4P营销策略的运用doc.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/0258f42f-4df4-4198-9580-7e5b22ee3f79/1587ff0e1c7b4acd924f941d61424b3c.gif' alt="4P营销策略的运用doc.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 4P营销策略的运用doc.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198286.html" target="_parent" title="7李商隐诗两首教学设计教案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/c9e49fd1-af39-4933-8a5d-ab0045834d8c/e730010cc7ee4b2f910feeaa66175a3a.gif' alt="7李商隐诗两首教学设计教案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 7李商隐诗两首教学设计教案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198287.html" target="_parent" title="20XX年党支部工作报告决议工作报告doc.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/0fd93a19-1796-426d-b37d-edb589ba7478/4011db0246e146a4ba8b7b11891557e8.gif' alt="20XX年党支部工作报告决议工作报告doc.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 20XX年党支部工作报告决议工作报告doc.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198288.html" target="_parent" title="28卸料平台方案工字钢悬挑要点.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/0b932901-e4b8-4160-a4e9-aafe7f1ea2e5/e00511ba7fa149798b6efa57a0159231.gif' alt="28卸料平台方案工字钢悬挑要点.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 28卸料平台方案工字钢悬挑要点.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198289.html" target="_parent" title="110kVxx变电站扩建工程监理规划.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/b16e726b-30aa-46da-8be8-b6c5a3b2737f/b7dfe31e388c449eb6fb22a2eb59e98b.gif' alt="110kVxx变电站扩建工程监理规划.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 110kVxx变电站扩建工程监理规划.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198290.html" target="_parent" title="1999年考研英语真题阅读详解.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/d1ee8ea5-a5ca-4de4-8066-0fb73853ed13/9d8c50fef5ba4fe28086c30542b9c233.gif' alt="1999年考研英语真题阅读详解.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 1999年考研英语真题阅读详解.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198291.html" target="_parent" title="AP微积分BC选择题样卷一.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/8464737c-e941-4a9f-961e-b5785a081846/2db616b1db9642899533e4e0b4186526.gif' alt="AP微积分BC选择题样卷一.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> AP微积分BC选择题样卷一.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198292.html" target="_parent" title="C++汽车租赁管理系统.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/8a6973c8-6b6c-4aab-bf01-bc5067f46bb7/d6dc50226e804a448eb55a74266e49b1.gif' alt="C++汽车租赁管理系统.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> C++汽车租赁管理系统.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198293.html" target="_parent" title="《初中语文个性化作业设计的实验和设计研究》课题开题报告.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/49c00e42-7b9e-475b-b768-8466dc454f18/9da886e9bc664264aa3514ce829df172.gif' alt="《初中语文个性化作业设计的实验和设计研究》课题开题报告.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《初中语文个性化作业设计的实验和设计研究》课题开题报告.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-13198294.html" target="_parent" title="《高速公路建设项目质量保证体系和质量保证措施》示例.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-6/12/c8daa888-9b70-4bfe-b428-ed584e9b6c2f/1d42f6c0040c4916866ec30ae957d74e.gif' alt="《高速公路建设项目质量保证体系和质量保证措施》示例.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 《高速公路建设项目质量保证体系和质量保证措施》示例.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bingdoc.com/p-16359464.html" target="_parent" title="现代无机合成课件.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/e60b8bd7-ef38-4eac-83df-260b44b924e2/ebb4889531f345e99120b05e2fa07c2e.gif' alt="现代无机合成课件.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 现代无机合成课件.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359465.html" target="_parent" title="小学生消防安全心得体会优质范文五篇.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/2e25cb48-ced5-4384-8ec2-243df2cd9ae0/3d00505e51c94235a7f9e46558d2e90a.gif' alt="小学生消防安全心得体会优质范文五篇.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学生消防安全心得体会优质范文五篇.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359466.html" target="_parent" title="详细版离婚协议书.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/a530340d-ead7-4a00-98a9-720e8c3bea39/8be1076bf75d480d8fe610b291a1bf97.gif' alt="详细版离婚协议书.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 详细版离婚协议书.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359467.html" target="_parent" title="小学苏教版六年级下册全册语文教案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/c3ba0712-629f-4c83-8721-6cbdd9f2f544/9b19b1690d2e44d7a79da0c14d0020a3.gif' alt="小学苏教版六年级下册全册语文教案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学苏教版六年级下册全册语文教案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359468.html" target="_parent" title="消防泵房基础开挖施工方案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/cdb8e4a9-4ed9-42d3-82b7-9f19f19d0cb6/9a0860ad35b54dcda5dba60722d5abbc.gif' alt="消防泵房基础开挖施工方案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 消防泵房基础开挖施工方案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359469.html" target="_parent" title="小学学校年度工作计划范例.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/506ae152-9848-4a71-8286-2f10df6fe288/d524986c86234ad1871bdbe05060618d.gif' alt="小学学校年度工作计划范例.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学学校年度工作计划范例.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359470.html" target="_parent" title="小企业员工手册范本.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/4dc19799-edbe-4fce-a90d-d49b40266f82/c430d2dc2e7343c783ef59f695379cc0.gif' alt="小企业员工手册范本.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小企业员工手册范本.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359471.html" target="_parent" title="小学一年级下学期数学奥林匹克竞赛.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/5a287d5b-efbe-41e2-b2cf-3b18ff94a6db/6cabffd9666b4010adc23677b03dcc9f.gif' alt="小学一年级下学期数学奥林匹克竞赛.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学一年级下学期数学奥林匹克竞赛.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359472.html" target="_parent" title="小学二年级数学上册天天练强烈推荐91.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/bbb318aa-2adf-4711-8941-83506a2a253a/426708ae9ac248a5aff81270162c488d.gif' alt="小学二年级数学上册天天练强烈推荐91.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学二年级数学上册天天练强烈推荐91.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359473.html" target="_parent" title="小学语文三年级下册单元创新检测题.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/fd057420-8bb4-462f-9a7e-7756c8c060d9/656f936f95134133ad98a45c325b08fc.gif' alt="小学语文三年级下册单元创新检测题.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学语文三年级下册单元创新检测题.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359474.html" target="_parent" title="小学六年级上册数学奥数知识点讲解第1课《工程问题》试题附答案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/15de5d4a-1ba7-42a2-a90b-4dda218124cf/c768a8a2d8cb4b369ab91b9bdc67a113.gif' alt="小学六年级上册数学奥数知识点讲解第1课《工程问题》试题附答案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学六年级上册数学奥数知识点讲解第1课《工程问题》试题附答案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359475.html" target="_parent" title="写观察事物作文.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/2c37623a-b397-41a8-a541-a65fde20f364/4ad1576046eb4d71afae834ebfa1fc4f.gif' alt="写观察事物作文.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 写观察事物作文.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359476.html" target="_parent" title="小学生开学典礼发言稿800字.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/5f51b285-99b6-4db0-a767-2364909e90cc/f323eee2331247e98a34ff9a3c969d1b.gif' alt="小学生开学典礼发言稿800字.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学生开学典礼发言稿800字.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359477.html" target="_parent" title="新版小型特色连锁主题咖啡书吧创业计划书.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/b77db7f0-ae03-4c57-bfa0-a7b1c92ec953/c70836f0f01048d49410980118963a26.gif' alt="新版小型特色连锁主题咖啡书吧创业计划书.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 新版小型特色连锁主题咖啡书吧创业计划书.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359478.html" target="_parent" title="小学四年级下册课件课件数学奥数知识点讲解第6课《数学竞赛试题选讲》试题附答案.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/57474307-96b8-4ee9-9be0-ea84efffaabb/2277f1d71f71496583ac4bceb4db114a.gif' alt="小学四年级下册课件课件数学奥数知识点讲解第6课《数学竞赛试题选讲》试题附答案.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学四年级下册课件课件数学奥数知识点讲解第6课《数学竞赛试题选讲》试题附答案.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359479.html" target="_parent" title="小学五年级语文下册修改病句专项练习题74.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/1e7a4808-b595-468d-a2ac-4e8d8ab2ba2b/7612dfee97b9481fb1f7fc5d7bf3138e.gif' alt="小学五年级语文下册修改病句专项练习题74.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学五年级语文下册修改病句专项练习题74.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359480.html" target="_parent" title="小学一年级体育全套的教案免费下载.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/41442b50-3334-433e-aea5-d05e15821cbb/507bee4c72ab4681852a6717bde966cc.gif' alt="小学一年级体育全套的教案免费下载.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学一年级体育全套的教案免费下载.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359481.html" target="_parent" title="小学语文第十二册教案及教材分析2.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/8d9cb0de-c28f-4e0a-a8a3-a248fe04fe05/73edde58ef114a449083b69e935bcb1d.gif' alt="小学语文第十二册教案及教材分析2.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 小学语文第十二册教案及教材分析2.docx </a></h3></li> <li><h3><a href="https://www.bingdoc.com/p-16359482.html" target="_parent" title="协庄煤矿提升运输管理规定.docx"> <img class="lazys" data-original='https://file1.bingdoc.com/fileroot1/2023-7/12/c172da92-ef9e-4df0-97ed-254d9b76d3ee/9764f0b0d6e04817a04f58df910076dc.gif' alt="协庄煤矿提升运输管理规定.docx" src="https://static.bingdoc.com/images/filetype/d_word.png"> 协庄煤矿提升运输管理规定.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:HTML试题及答案解析.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bingdoc.com/p-14749768.html">https://www.bingdoc.com/p-14749768.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bingdoc.com/search.html?q=HTML%e8%af%95%e9%a2%98%e5%8f%8a%e7%ad%94%e6%a1%88%e8%a7%a3%e6%9e%90.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="HTML测试题答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-12685084.html" title="HTML测试题答案.docx">HTML测试题答案.docx</a> </li><li><img alt="HTML测试题含答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-2900517.html" title="HTML测试题含答案.docx">HTML测试题含答案.docx</a> </li><li><img alt="HTML测试题含答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-6225793.html" title="HTML测试题含答案.docx">HTML测试题含答案.docx</a> </li><li><img alt="html测试题附答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-9947390.html" title="html测试题附答案.docx">html测试题附答案.docx</a> </li><li><img alt="HTML测试题含答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-7658683.html" title="HTML测试题含答案.docx">HTML测试题含答案.docx</a> </li><li><img alt="HTML测试题 含答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-13239929.html" title="HTML测试题 含答案.docx">HTML测试题 含答案.docx</a> </li><li><img alt="html测试题附答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-14919830.html" title="html测试题附答案.docx">html测试题附答案.docx</a> </li><li><img alt="html测试题附答案doc.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-11267213.html" title="html测试题附答案doc.docx">html测试题附答案doc.docx</a> </li><li><img alt="HTML测试题含答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-13347396.html" title="HTML测试题含答案.docx">HTML测试题含答案.docx</a> </li><li><img alt="HTML综合测试一答案.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bingdoc.com/p-14679567.html" title="HTML综合测试一答案.docx">HTML综合测试一答案.docx</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="32" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bingdoc.com/search.html?q=HTML');" class="tag-item ico" title="HTML" hidefocus="true"><span class="ico"><em> HTML</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bingdoc.com/search.html?q=%e8%af%95%e9%a2%98');" class="tag-item ico" title="试题" hidefocus="true"><span class="ico"><em> 试题</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bingdoc.com/search.html?q=%e7%ad%94%e6%a1%88');" class="tag-item ico" title="答案" hidefocus="true"><span class="ico"><em> 答案</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bingdoc.com/search.html?q=%e8%a7%a3%e6%9e%90');" class="tag-item ico" title="解析" hidefocus="true"><span class="ico"><em> 解析</em></span></a> </div> </div> <div class="job-recommend mt10"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#a2dbf8"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#a2dbf8"></path></svg> <a href="https://www.bingdoc.com/marks.html">文档标签</a></h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a class="tag tag0" href="https://www.bingdoc.com/mark/htmlceshidaan.html" target="_blank">HTML测试答案</a></li><li class="tagPopup"><a class="tag tag1" href="https://www.bingdoc.com/mark/shitidaanjiexi.html" target="_blank">试题答案解析</a></li><li class="tagPopup"><a class="tag tag2" href="https://www.bingdoc.com/mark/htmlshitidaan.html" target="_blank">HTML试题答案</a></li><li class="tagPopup"><a class="tag tag3" href="https://www.bingdoc.com/mark/htmlshitidaanjiangke.html" target="_blank">HTML试题答案讲课</a></li><li class="tagPopup"><a class="tag tag4" href="https://www.bingdoc.com/mark/htmllianxitidaan.html" target="_blank">html练习题答案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bingdoc.com/mark/ceshidaan.html">测试答案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bingdoc.com/mark/ceshidaan.html">测试答案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bingdoc.com/mark/ceshidaan.html">测试答案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bingdoc.com/mark/htmlxuanti.html">HTML选题</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bingdoc.com/mark/htmlceshi.html">HTML测试</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bingdoc.com/mark/ceshidaan.html">测试答案</a></li> </ul> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bingdoc.com/mark/zaochanejixietongqicelue.html">早产儿机械通气策略</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bingdoc.com/mark/wajuejicaozuoshigong.html">挖掘机操作施工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bingdoc.com/mark/shukongjichuanggongyejiqirendazao.html">数控机床工业机器人打造</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bingdoc.com/mark/shukongjichuangweixiu.html">数控机床维修</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bingdoc.com/mark/famenweihubaoyangpeixunjiaocai.html">阀门维护保养培训教材</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bingdoc.com/mark/zhusumojuzhizuogongyi.html">注塑模具制作工艺</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bingdoc.com/mark/yanzhigenghuanfenliedaoxian.html">研制更换分裂导线</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bingdoc.com/mark/zhidongxitongjianceguzhangzhenduan.html">制动系统检测故障诊断</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bingdoc.com/mark/taoshengjinjijiuhu.html">逃生紧急救护</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bingdoc.com/mark/zidonghuashengchanxianrenzhi.html">自动化生产线认知</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bingdoc.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "HTML试题及答案解析.docx"; Encoder.EncodeType = "entity"; var nodecode = '0000200001'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "14749768"; var product_code = "14749768"; var mtp = 19; var fCount = 19; var stp = 1; var lmt = 19; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '3'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('3'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bingdoc.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>您可以免费下载此资源,请下载查看!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">3</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bingdoc.com/d-14749768.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">下载到本地</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "14749768"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bingdoc.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bingdoc.com/BookRead.aspx?id=V5pUmAdQvHDrEcLfSiUC%2fQ%3d%3d&parto=aHOCGlt%2bQwov4hHfv%2fV3bIKlNDN3CEUfA34oqHvUDwdtTd7akJSJhE2WDwQdIwln0WiwHELAlU%2bGqhOHgC7qVPIh9Cgmogakk8bXF6pGC7aWOnO%2bFZSl8PjbY8r1dAo2J7E8e6pnvm9LXd2aT4VbZEqG%2bH9E7bCGRgw1Xa1Wx1tP4SKtmcHk%2fYyDpe6s1xcVDjEpXeNmigLn2hevpV2KQfaXdQEJJMWg" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bingdoc.com/header.aspx?getcate=100"; $.get(url + "&t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } } </script> <script>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bingdoc.com%2fView_wj.aspx%3fid%3d14749768'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bingdoc.com/UserManage/ReportBack.aspx?id=14749768&url=rkm56XE mSSDVZKrWhxpD4j6KQFFmUMJWoQBQN8uJYiVNXX4ersFjf2lGjweV3YaHh9SyqXdztg=" scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bingdoc.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bingdoc.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bingdoc.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bingdoc.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bingdoc.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=89258806&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bingdoc.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2023 冰点文库 网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备19020893号-2</a></p><p><br/></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?0ad70f53e1865ffad028aaa274d1445e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=89258806&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="https://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=89258806@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=89258806&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bingdoc.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bingdoc.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bingdoc.com/umeditor/xss.js"></script> </body> </html>