基本信息
文件名称:JavaScript jQuery前端开发基础教程(第2版)(微课版)-参考答案 刘凡馨.docx
文件大小:17.47 KB
总页数:4 页
更新时间:2024-10-12
总字数:约2.92千字
文档摘要

JavaScript+jQuery前端开发基础教程(微课版)

参考答案

第1章

填空题

1、解释型 2、嵌入式 3、解释器 4、Ctrl+F5 5、嵌入

6、script 7、defer 8、javascript 9、会 10、//

操作题

1、Price*quantity改为price*quantity

2、参考源代码01\test1-12.js、01\test1-12.html

3、参考源代码01\test1-13.html

4、参考源代码01\test1-14.html

5、参考源代码01\test1-15.html

第2章

填空题

1、引用 2、64 3、\ 4、undefined 5、局部变量

6、可以 7、内部 8、零 9、% 10、8

操作题

1、参考源代码02\test2-22.html

2、参考源代码02\test2-23.html

3、参考源代码02\test2-24.html

4、参考源代码02\test2-25.html

5、参考源代码02\test2-26.html

第3章

填空题

1、不同 2、object 3、1 4、不支持 5、 没有

6、允许 7、Function() 8、数组的引用 9、函数 10、函数内部

操作题

1、参考源代码03\test3-30.html

2、参考源代码03\test3-31.html

3、参考源代码03\test3-32.html

4、参考源代码03\test3-33.html

5、参考源代码03\test3-34.html

第4章

一、填空题

1、try 2、finally 3、throw 4、load 5、event

6、addEventListener() 7、target 8、stopPropagation() 9、false 10、beforeunload

二、操作题

1、参考源代码04\test4-15.html

2、参考源代码04\test4-16.html

3、参考源代码04\test4-17.html

4、参考源代码04\test4-18.html

5、参考源代码04\test4-19.html

第5章

一、填空题

1、花括号 2、Array.prototype属性值 3、create() 4、“.” 5、for/in

6、this 7、prototype 8、prototype 9、extends 10、super

二、操作题

1、参考源代码05\test5-18.html

2、参考源代码05\test5-19.html

3、参考源代码05\test5-20.html

4、参考源代码05\test5-21.html

5、参考源代码05\test5-22.html

第6章

一、填空题

1、document 2、forms 3、setTimeout() 4、onerror 5、1

6、getElementById() 7、getElementsByClassName() 8、前 9、submit

10、false

二、操作题

1、参考源代码06\test6-21.html

2、参考源代码06\test6-22.html

3、参考源代码06\test6-23.html

4、参考源代码06\test6-24.html

5、参考源代码06\test6-25.html

第7章

一、填空题

1、CDN 2、script 3、$ 4、$(document).ready() 5、HTML标记

6、上下文 7、可以 8、. 9、jQuery 10、全局jQuery

二、操作题

1、参考源代码07\test7-9.html

2、参考源代码07\test7-10.html

3、参考源代码07\test7-11.html

4、参考源代码07\test7-12.html

5、参考源代码07\test7-13.html

第8章

一、填空题

1、ID 2、class 3、所有 4、* 5、

6、+ 7、:odd 8、标题h1、h2、h3 9、:contains 10、:checked

二、操作题

1、参考源代码08\test8-17.html

2、参考源代码08\test8-18.html

3、参考源代码08\test8-19.html

4、参考源代码08\test8-20.html

5、参考源代码08\test8-21.html

第9章

一、填空题

1、html() 2、val() 3、返回 4、末尾 5、最前面

6、合并后 7、empty() 8、设置 9、toggleClass() 10、内容

二、操作题

1、参考源代码09\test9-27.html

2、