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

类型WEB开发练习题.docx

  • 文档编号:28216529
  • 上传时间:2023-07-09
  • 格式:DOCX
  • 页数:39
  • 大小:36.37KB

B.

vbscript

C.

vbscript<

/div>

D.

vbscript

27、下面代码片断分析正确的是()。

1pxsolidred;font-size:

16px;background-color:

gray;"/>

A.段落的背景色为gray

B.段落的边框大小为1px

C.段落的字体大小为16px

D.样式应用错误

28、如果一个表格包括有1行4列,表格的总宽度为“699”,间距为“5”,填充为“0”,

边框为“3”,每列的宽度相同,那么应将单元格定制为多少像素宽。

()

A.126B.136C.147D.167

29、创建一个带多个框架的页面,要求页面分为4列,第一列为100像素宽,第二列为窗口的50%,第三列占余下空间的2/3,最后一列占余下空间的1/3。

下列语句正确的是()。

A.

B.

C.

D.

30、下列()个属性能够设置盒模型的左侧外边距?

A.margin:

B.indent:

C.margin-left:

D.text-indent:

31、定义盒子模型外边距的时候是否可以使用负值()

A.是B.否

32、如何能够定义列表的项目符号为实心矩形?

A.list-type:

squareB.type:

2C.type:

squareD.list-style-type:

square

33、在CSS中不属于添加在当前页面的形式是()

A.内联式样式表B.嵌入式样式表C.层叠式样式表D.链接式样式表

34、下列属于静态网页的是()

A.index.htmB.index.jspC.index.aspD.index.php

35、下列哪个css属性能够更改文本字体?

()

A.f:

B..font=C.font-family:

D.text-decoration:

none

36、在HTML文档中,引用外部样式表的正确位置是?

( )

A.文档的末尾B.文档的顶部C.部分D.部分

37、如何在新窗口中打开链接?

()

A.B.

C.D.

38、选出你认为最合理的定义标题的方法()

A.文章标题B.

文章标题

C.

文章标题

D.文章标题

39、下面哪一项不是段落的对齐方式?

()

A、上下对齐B、居中对齐C、靠左对齐D、两边对齐

40、CSS样式有哪几种,请选择下列正确的一项()。

A.内样式,内嵌式,链接式,导入式

B.内连式,链接式,导入式,内样式

C.内嵌式,内连式,导入式,链接式

D.内样式,内嵌式,链接式,导出式

41、于Web开发相关概念的描述中,不正确的是()。

A.WWW是万维网的简称,是因特网上使用最广泛的一项服务

B.W3C是万维网联盟的缩写,其致力于建立统一的、标准的Web开发语言

C.Web浏览器是访问Web应用程序的工具,作用有发送/接收请求、解析HTML

类代码等

D.Web开发就是学习HTML和CSS语言

42、创建自定义CSS样式时,样式名称的前面必须加一个_____()

A.$B.#C.D.圆点

43、a:

hover表示超链接文字在()时的状态。

()

A.鼠标按下B.鼠标经过C.鼠标放上去D.访问过后

44、在下面的HTML中,哪个可以正确地标记折行?

( )

A.
B.C.
D.

45、下列哪些是格式良好的HTML?

( )

A.

Ashortparagraph

B.

Ashortparagraph

C.

Ashortparagraph

46、下面哪个CSS属性是用来更改背景颜色的?

A.background-color:

B.bgcolor:

C.color:

D.text:

47、怎样给所有的

标签添加背景颜色()

A..h1{background-color:

#FFFFFF}B.h1{background-color:

#FFFFFF;}

C.h1.all{background-color:

#FFFFFF}D.#h1{background-color:

#FFFFFF}

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

()

A.源文件;B.边框颜色;C.边框宽度D.滚动条

49、下列哪一项是css正确的语法构成?

()

A.body:

color=blackB.{body;color:

black}

C.body{color:

black;}D.{body:

color=black(body}

50、下面哪一个属性不是文本的标签属性?

()

A.nbsp;B.alignC.colorD.face

51、下面哪一项的电子邮件链接是正确的?

()

52、当链接指向下列哪一种文件时,不打开该文件,而是提供给浏览器下载。

()

A.ASPB.HTMLC.ZIPD.CGI

53、关于表格的描述正确的一项是。

()

A.在单元格内不能继续插入整个表格

B.可以同时选定不相邻的单元格

C.粘贴表格时,不粘贴表格的内容

D.在网页中,水平方向可以并排多个独立的表格

54、下列()个css属性能够设置文本加粗?

A.font-weight:

boldB.style:

boldC.font:

bD.font=

55、关于文本对齐,源代码设置不正确的一项是:

()

A.居中对齐:

B.居右对齐:

C.居左对齐:

D.两端对齐:

56、在HTML中使用CSS的描述中,不正确的是()。

A.使用标签插入外部样式表利于代码的可重复使用和后期维护

B.在大型网站中推荐使用页内样式(内部样式表),因为它使用简单且功能强大

C.行内样式并没有真正实现网页内容和表现形式的分离,不建议使用

D.行内样式一般使用在JavaScript中,用来动态修改样式

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

()

A._selfB._blankC._topD._parent

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

()

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

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

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

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

辑、压缩

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

()

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

60、Web安全色所能够显示的颜色种类为()。

A.216色B.256色C.千万种颜色D.1500种色

61、常用的网页图像格式有()和().

A.gif,tiffB.tiff,jpgC.gif,jpgD.tiff,png

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

A.text/plainB.passwordC.submitD.button

63、下列哪段代码能够定义所有P标签内文字加粗?

()

A.

bold">B.

bold">

C.p{text-size:

bold}D.p{font-weight:

bold}

64、CSS样式表不可能实现()功能。

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

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

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

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

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

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

67、在HTML中,()不是链接的目标属性。

A._selfB.newC._blankD._top

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

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

69、为了标识一个HTML文件应该使用的HTML标记是()。

A.

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

</table>

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

A.JavaScriptB.VBC.PerlD.ASP

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

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

72、在HTML中,标记

的作用是()。

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

73、在HTML中把整个文档的各个元素作为对象处理的技术是().

A.HTMLB.CSSC.DOMD.Script(脚本语言)

74、下面不属于CSS插入形式的是().

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

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

A.HTTPB.HTTPSC.SHTTPD.SSL

76、下列描述错误的是()。

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

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

服务器端动态页面和

客户端动态页面

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

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

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

A.ASP  B.HTML   C.PHP D.JSP

78、在网页中显示特殊字符,如果要输入“<”,应使用_________。

A.lt;B.≪C.<D.<

79、有关网页中的图像的说法不正确的是()。

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

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

C.HTML语言可以直接描述图像上的像素

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

80、下列HTML标记中,属于非成对标记的是()。

A.

  •   B.
        C.

        D.

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

      A.……

       B.

       C.

       D.……

      82、主页中一般包含的基本元素有()。

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

      83、以下标记符中,用于设置页面标题的是()

      A.B.<caption>C.<head>D.<html></p><p>84、以下标记符中,没有对应的结束标记的是()</p><p></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.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/28216529.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.bdocx.com/down/28216529.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.bdocx.com/UserManage/Recharge.aspx?f=0&d=28216529" 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.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=28216529" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.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.bdocx.com/down/28216529.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"> WEB 开发 练习题 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.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.bdocx.com/user/322.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.bdocx.com/doc/27574491.html" target="_parent" title="《贝的故事》教案4.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/392977ac-fb6f-4fc1-a317-22a476082560/7272ca0126e04ad291724f67a21ee4de.gif' alt="《贝的故事》教案4.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《贝的故事》教案4.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574492.html" target="_parent" title="《对韵歌》优秀教案8.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/c0c11ebe-2a3f-4336-ba58-98e3bb3abe32/1a6f1139433442ecbf7b7f364c291580.gif' alt="《对韵歌》优秀教案8.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《对韵歌》优秀教案8.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574493.html" target="_parent" title="《函数yAsinωx+φ+P图象》wwwnet.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/5f40fefc-de67-4d4f-b164-97752c6dc4b0/b4d579cc8cd248d1aa8641c8edabaae2.gif' alt="《函数yAsinωx+φ+P图象》wwwnet.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《函数yAsinωx+φ+P图象》wwwnet.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574494.html" target="_parent" title="《静夜思》教学设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/7ee150d2-3837-4f56-b0d1-420e585f17cd/8458847bafe94a1194990d9b41105880.gif' alt="《静夜思》教学设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《静夜思》教学设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574495.html" target="_parent" title="《汽车底盘构造与维修》题库与考核标准.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/ebc84bb5-ed67-4fd0-ba9c-427396cc58e3/d57a123e840045f2addce7f8859806d7.gif' alt="《汽车底盘构造与维修》题库与考核标准.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《汽车底盘构造与维修》题库与考核标准.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574496.html" target="_parent" title="《世说新语》复习资料.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/9cb929ad-6a9a-49e0-b6d3-bd63d82f04cd/2f8e2abb760a43ebb5239b3d0552a90a.gif' alt="《世说新语》复习资料.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《世说新语》复习资料.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574497.html" target="_parent" title="《我的服装我做主》教案设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/e2249d28-5997-4281-a122-aa969cf1b3af/cc4e3d3aac2a4b78b51b07eeebced850.gif' alt="《我的服装我做主》教案设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《我的服装我做主》教案设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574498.html" target="_parent" title="《在品味情感中成长》教学片断设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/c8d7bf9d-c6de-4fd1-8d4a-0f46bdbec738/525b6cf2633d4710a066e6f205c6445d.gif' alt="《在品味情感中成长》教学片断设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《在品味情感中成长》教学片断设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574499.html" target="_parent" title="11造价员《建设工程造价管理基础知识》精讲教程文件.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/75f36caa-88fe-4680-a984-075df3855081/68ce6cad23b34c7688db8c7a4167bd55.gif' alt="11造价员《建设工程造价管理基础知识》精讲教程文件.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 11造价员《建设工程造价管理基础知识》精讲教程文件.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574500.html" target="_parent" title="《不会叫的狗》教案 人教部编版1.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/26b4ff92-0a0c-46a0-a785-4d60d12d6a3e/aba6c38d92534eab95b02137aeef254d.gif' alt="《不会叫的狗》教案 人教部编版1.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《不会叫的狗》教案 人教部编版1.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574501.html" target="_parent" title="《操作系统》二学期A卷及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/f5d24152-af03-4dae-81b0-e878f629d064/9ed76e6716284c929ac158d607a6ca43.gif' alt="《操作系统》二学期A卷及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《操作系统》二学期A卷及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574502.html" target="_parent" title="《傅雷家书》名著阅读笔记.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/fe3287ca-98e9-42ab-ad53-82e700d4640a/cbce846fe19e4d4d9b25889b72178227.gif' alt="《傅雷家书》名著阅读笔记.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《傅雷家书》名著阅读笔记.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574503.html" target="_parent" title="《反不正当竞争法》下互联网平台封禁行为考辨以消费者用户合法权益保护为中心.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/29bc968d-75b6-44e5-8f79-199ce15f26b7/6d1a4ae419c84ddcaa39c76d6396cd8f.gif' alt="《反不正当竞争法》下互联网平台封禁行为考辨以消费者用户合法权益保护为中心.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《反不正当竞争法》下互联网平台封禁行为考辨以消费者用户合法权益保护为中心.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574504.html" target="_parent" title="《化工原理》第六章蒸发.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/da92920f-b724-48b6-b4df-e561f3e8b787/b149898e6ef549f28a5a0b1ad418ca2c.gif' alt="《化工原理》第六章蒸发.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《化工原理》第六章蒸发.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574505.html" target="_parent" title="《蓝海战略》概要11页.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/57721323-066d-4a41-bd7a-6a0ce4bcfc7b/648042123dcf406d9359f2c821a25d8c.gif' alt="《蓝海战略》概要11页.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《蓝海战略》概要11页.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574506.html" target="_parent" title="《人生》读书心得.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/855578e7-0b9d-4c30-b8c2-a1fde9b8f844/3f2b438aa6ec4bdca62023df7353cc5f.gif' alt="《人生》读书心得.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《人生》读书心得.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574507.html" target="_parent" title="《荷叶圆圆》公开课教案优秀教学设计26.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/26136e98-effd-4918-9000-6fcdbeeaefdf/f0f22101a7f8409e9d11f8bf7f214829.gif' alt="《荷叶圆圆》公开课教案优秀教学设计26.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《荷叶圆圆》公开课教案优秀教学设计26.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574508.html" target="_parent" title="《科技出行研究报告》智能网联与新能源将变革未来汽车出行.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/9c03ec88-029b-4369-985f-2a301239ce2e/1c0cf2e4e32242d3b1b7ec44351b59c3.gif' alt="《科技出行研究报告》智能网联与新能源将变革未来汽车出行.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《科技出行研究报告》智能网联与新能源将变革未来汽车出行.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574509.html" target="_parent" title="《272 向量的应用举例》导学案1.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/d7803df8-2acd-44da-bd5c-d3eaae7c13d8/3231fe2a0a34415fafa1751d29222cbb.gif' alt="《272 向量的应用举例》导学案1.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《272 向量的应用举例》导学案1.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574510.html" target="_parent" title="《秋天》评课稿.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/ce663652-81e8-420f-b2a1-55a595bd4838/9a9dbbf3be86425c8daf1d008479bcdb.gif' alt="《秋天》评课稿.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《秋天》评课稿.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574511.html" target="_parent" title="《电算化》第二章会计电算化的工作环境章节练习.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/630e279d-aca8-491f-8428-dbd45e97a70a/58042f139a6342a09e3f07e20c1d3e31.gif' alt="《电算化》第二章会计电算化的工作环境章节练习.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《电算化》第二章会计电算化的工作环境章节练习.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574512.html" target="_parent" title="《室外给排水管道》施组.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/b2f27b6d-cad3-49dd-add7-3d853e20c58a/2452463201b2423fbf13d8110fa19c9b.gif' alt="《室外给排水管道》施组.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《室外给排水管道》施组.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574513.html" target="_parent" title="《广东省建筑与装饰工程综合定额》计算规则.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/9ac22423-f342-4ca9-b518-fb516558690e/8cf8ce237d8f45b2a8a72393f545b8e3.gif' alt="《广东省建筑与装饰工程综合定额》计算规则.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《广东省建筑与装饰工程综合定额》计算规则.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574514.html" target="_parent" title="《我多想去看看》教学.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/1bffb10f-449d-45e0-a2fe-c3ccc2515f2a/7062192026744387ba8e2c67ac8f41a2.gif' alt="《我多想去看看》教学.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《我多想去看看》教学.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574515.html" target="_parent" title="《直通车车手基础认证》 考试答案 70题之欧阳育创编.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/81a1694d-31ec-49e3-8c56-be6869678a1b/720ae9b9b7684ccdae7a8c56c230661b.gif' alt="《直通车车手基础认证》 考试答案 70题之欧阳育创编.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《直通车车手基础认证》 考试答案 70题之欧阳育创编.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574516.html" target="_parent" title="7天销量翻10倍皇冠卖家教您玩转最精准流量.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/80f0c444-500a-4574-a196-62ee4fb1c662/afc6acc801014ef4a34fa1fccab21f13.gif' alt="7天销量翻10倍皇冠卖家教您玩转最精准流量.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 7天销量翻10倍皇冠卖家教您玩转最精准流量.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574517.html" target="_parent" title="9 阿长和山海经.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/32ef5d51-8326-443c-bc9d-59accb6085a4/f1126abf0bff4734a8fd28ab0df81b9b.gif' alt="9 阿长和山海经.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 9 阿长和山海经.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574518.html" target="_parent" title="《比例尺》教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/ca29f059-9fdf-4aa8-8347-9e1b74d8a2fd/18c6ff57f23647a08b9c5dfb08c381e8.gif' alt="《比例尺》教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《比例尺》教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574519.html" target="_parent" title="《菜根谭》注译四闲适篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/3f0b5cba-f937-4e77-ade5-d90f70a97fa4/82093fe0504d4668a22668c5555e36a2.gif' alt="《菜根谭》注译四闲适篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《菜根谭》注译四闲适篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574520.html" target="_parent" title="《福尔摩斯探案集》读后感15篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/9b436c4e-5e2d-4480-a1aa-ec697bd9aadc/891072d70cb048cf871940403d6d1a71.gif' alt="《福尔摩斯探案集》读后感15篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《福尔摩斯探案集》读后感15篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574521.html" target="_parent" title="《红对勾》古代诗歌选择题答案补充.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/4755aa37-b74a-44bc-8d52-bfa075026269/ca28f7510e394700b6f037f3987b2409.gif' alt="《红对勾》古代诗歌选择题答案补充.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《红对勾》古代诗歌选择题答案补充.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/27574522.html" target="_parent" title="《课堂密码》读后感及心得精选多篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-7/3/fa7427d6-970c-4517-b100-312b66e3856f/48948acfa98041f683312750c1a080c3.gif' alt="《课堂密码》读后感及心得精选多篇.docx" src="https://static.bdocx.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.bdocx.com/doc/21091151.html" target="_parent" title="酒吧招商策划Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/ff984105-09c2-42db-9b50-16b6239666d2/bcea21e22744409e957d9d875a1ef0ce.gif' alt="酒吧招商策划Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 酒吧招商策划Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091152.html" target="_parent" title="你若要喜爱你自己的价值你就得给世界创造价值Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/254d37ae-dbe2-4e4f-9934-0973b67b6b94/6e494b268b1642d090c1e9bf06865150.gif' alt="你若要喜爱你自己的价值你就得给世界创造价值Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 你若要喜爱你自己的价值你就得给世界创造价值Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091153.html" target="_parent" title="公有制企业的性质周其仁文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/57e4b84c-cf65-4782-b832-6a2182e6e91d/82ff77f8ccf64f3ba0d400f2d6b0c828.gif' alt="公有制企业的性质周其仁文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 公有制企业的性质周其仁文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091154.html" target="_parent" title="茂名石化供水泵房永磁调速改造方案南京艾凌Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/89a8196d-1871-40d5-9b5c-457ba297b48f/a9592a7afc1749b0b40ec997b789d33e.gif' alt="茂名石化供水泵房永磁调速改造方案南京艾凌Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 茂名石化供水泵房永磁调速改造方案南京艾凌Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091155.html" target="_parent" title="几何精度设计期末复习重点5形状和位置公差Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/1cac7a91-e391-434a-8c76-b3ed3d547447/4b5d6d3f40904a9099b354a6111996b4.gif' alt="几何精度设计期末复习重点5形状和位置公差Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 几何精度设计期末复习重点5形状和位置公差Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091156.html" target="_parent" title="栖霞区产学研合作及科技成果转化项目申报指南Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/0a286e5b-574e-494e-893d-0b04a5579e81/1dd6d265365f49b195780b3084e0fe8d.gif' alt="栖霞区产学研合作及科技成果转化项目申报指南Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 栖霞区产学研合作及科技成果转化项目申报指南Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091157.html" target="_parent" title="名词可以分为专有名词Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/50240622-9e5c-4bed-a7a3-e10ef252302e/654dfe11e06a430f92d6eff5c781fa18.gif' alt="名词可以分为专有名词Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 名词可以分为专有名词Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091158.html" target="_parent" title="人教版小学三年级下册生字组词拼音Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/b3e1e07a-d801-4781-adec-be47e90e6b2f/ee411af2bcda4178ada415b2b70be330.gif' alt="人教版小学三年级下册生字组词拼音Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 人教版小学三年级下册生字组词拼音Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091159.html" target="_parent" title="年圣诞节周记600字文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/059626a1-924d-4224-b1e2-73e2cd2c132a/6cec6241917d43d599115f6f3464c4a1.gif' alt="年圣诞节周记600字文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 年圣诞节周记600字文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091160.html" target="_parent" title="三年级 组 名人故事Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/81e0b55a-c62e-4dbd-90e9-b3adbbf1312b/56756bee609f4836a53080c2af2f8958.gif' alt="三年级 组 名人故事Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 三年级 组 名人故事Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091161.html" target="_parent" title="企业安全管理演讲稿精选Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/96f03dc2-fabf-4621-ab6a-8e527af8f5d8/64776d48b5764cc79fe029d11e9d9ded.gif' alt="企业安全管理演讲稿精选Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 企业安全管理演讲稿精选Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091162.html" target="_parent" title="人教版小学六年级数学下册计算题专项训练57Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/12f0bcbc-be4d-46b8-ace7-0bb0eb145937/33789803446d4da3be1ed8cf721ee61c.gif' alt="人教版小学六年级数学下册计算题专项训练57Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 人教版小学六年级数学下册计算题专项训练57Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091163.html" target="_parent" title="潍坊中考试题简析附试题Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/8643bea3-3e3f-4c82-8ed9-03f69aae9a3f/13f65599a5cb4d4a85d9732aa8c389b0.gif' alt="潍坊中考试题简析附试题Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 潍坊中考试题简析附试题Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091164.html" target="_parent" title="民政局局长述职述廉报告3篇Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/dc31dae2-d26d-4ed3-9244-3410ea362f30/93ff4927e1b444fa8f94210d3a5cad79.gif' alt="民政局局长述职述廉报告3篇Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 民政局局长述职述廉报告3篇Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091165.html" target="_parent" title="三级健康管理师考试题及答案最新版Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/bd52136d-1b6b-4734-9605-a30eb1ea9bc7/d91c8448d2194d0d9f728e6139e9be2f.gif' alt="三级健康管理师考试题及答案最新版Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 三级健康管理师考试题及答案最新版Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091166.html" target="_parent" title="毛概题库的论述题Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/4ce90289-6bd2-40dc-940b-809bbf87500b/c1623f37518749e996243f3e74853f75.gif' alt="毛概题库的论述题Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 毛概题库的论述题Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091167.html" target="_parent" title="你所不知道的泰国女人与人妖文化Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/64407cf7-c40e-45f7-98ef-4dd673ea82bf/822a1b34417646bea8a514e8c5979417.gif' alt="你所不知道的泰国女人与人妖文化Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 你所不知道的泰国女人与人妖文化Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091168.html" target="_parent" title="青海省企业法律顾问考试民事权利与民事责任考试试题Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/016d12ed-8773-4315-bee2-56136dcae1ec/7b52abe0f92546e1b4b086ac89a70eb3.gif' alt="青海省企业法律顾问考试民事权利与民事责任考试试题Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 青海省企业法律顾问考试民事权利与民事责任考试试题Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21091169.html" target="_parent" title="陕西渭南市高三教学质量检测 Ⅱ语文Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/27/08a85ce1-a1c6-4f3c-9e43-5dc450581b5e/aaa17bad104e463baacb431259be33de.gif' alt="陕西渭南市高三教学质量检测 Ⅱ语文Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 陕西渭南市高三教学质量检测 Ⅱ语文Word文档下载推荐.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;"> 本文标题:WEB开发练习题.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/28216529.html">https://www.bdocx.com/doc/28216529.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.bdocx.com/search.html?q=WEB%e5%bc%80%e5%8f%91%e7%bb%83%e4%b9%a0%e9%a2%98.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="围棋10级-5级(吃子手筋习题).pdf" class="pdf" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848067.html" title="围棋10级-5级(吃子手筋习题).pdf">围棋10级-5级(吃子手筋习题).pdf</a> </li><li><img alt="(中职)汽车电路识图教学课件汇总完整版电子教案.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848052.html" title="(中职)汽车电路识图教学课件汇总完整版电子教案.pptx">(中职)汽车电路识图教学课件汇总完整版电子教案.pptx</a> </li><li><img alt="部编七年级上册语文全册中心思想(主旨)归纳.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848017.html" title="部编七年级上册语文全册中心思想(主旨)归纳.doc">部编七年级上册语文全册中心思想(主旨)归纳.doc</a> </li><li><img alt="氢储能经济性分析及应用前景研究-2023-04-新能源.pdf" class="pdf" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848015.html" title="氢储能经济性分析及应用前景研究-2023-04-新能源.pdf">氢储能经济性分析及应用前景研究-2023-04-新能源.pdf</a> </li><li><img alt="内衣品牌社媒营销分析报告.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848014.html" title="内衣品牌社媒营销分析报告.pptx">内衣品牌社媒营销分析报告.pptx</a> </li><li><img alt="中职高考数学一轮复习讲练测专题10-1--计数原理(练)解析版.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848013.html" title="中职高考数学一轮复习讲练测专题10-1--计数原理(练)解析版.docx">中职高考数学一轮复习讲练测专题10-1--计数原理(练)解析版.docx</a> </li><li><img alt="脑出血个案护理分析PPT.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848012.html" title="脑出血个案护理分析PPT.ppt">脑出血个案护理分析PPT.ppt</a> </li><li><img alt="红酒葡萄酒知识培训红酒文化红酒品鉴PPT含内容.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848011.html" title="红酒葡萄酒知识培训红酒文化红酒品鉴PPT含内容.pptx">红酒葡萄酒知识培训红酒文化红酒品鉴PPT含内容.pptx</a> </li><li><img alt="《万用表的使用》PPT课件.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848005.html" title="《万用表的使用》PPT课件.ppt">《万用表的使用》PPT课件.ppt</a> </li><li><img alt="《大家的日语》1-2册单词.doc" class="doc" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30848004.html" title="《大家的日语》1-2册单词.doc">《大家的日语》1-2册单词.doc</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="45" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=WEB');" class="tag-item ico" title="WEB" hidefocus="true"><span class="ico"><em> WEB</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%bc%80%e5%8f%91');" class="tag-item ico" title="开发" hidefocus="true"><span class="ico"><em> 开发</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e7%bb%83%e4%b9%a0%e9%a2%98');" class="tag-item ico" title="练习题" hidefocus="true"><span class="ico"><em> 练习题</em></span></a> </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.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.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 = "WEB开发练习题.docx"; Encoder.EncodeType = "entity"; var nodecode = '0000400001'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "28216529"; var product_code = "28216529"; var mtp = 20; var fCount = 39; var stp = 1; var lmt = 20; 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.bdocx.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.bdocx.com/down/28216529.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">立即下载</b></a>' +'   <a target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=28216529"class="ui-bz-btn-senior2 banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">加入VIP,免费下载</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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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 = "28216529"; 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.bdocx.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("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); 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.bdocx.com/BookRead.aspx?id=OiR0HtxnerefOfl0wIXJgg%3d%3d&parto=A5HtTEbcE9UB5%2fn4ZVn3Yc2fW9Q8hoUgcjqErK%2b87whRSAQewwr3rAJLoPk5bb7YL0sZxZ4hAnBSW06Z7fMeE1T58P2esOPqyiZ8gez273ek3elwm8mU6CtwFM7dq3u4A4aaHIECLyXf3ar3lr3AGdiTV%2bwAeOpBhmnQOd1M239KXf79whEUcGDWqp9oktFE0UfG40At2cK4CpzABAacbtYUyGxFE0%2fO" 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.bdocx.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.bdocx.com%2fView_wj.aspx%3fid%3d28216529'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=28216529&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhDgD/PISqaJ OqQugkblx p" 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.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.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-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</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=307372695&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="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@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=307372695&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.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.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.bdocx.com/umeditor/xss.js"></script> </body> </html>