Web开发(二)2015级3、4班
2016-9-8 20:31
请先登录。
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
B D D A A
D A D D A
C C A A D
B B C D C
#Web开发(二)2015级3、4班# 的任务
任务6-2 BOM模型简答题 有了新的提交。
<br>
1、 ①window对象表示整个浏览器窗口
②document文档对象
③history历史对象
④location地址对象
⑤navigator浏览器对象
⑥screen屏幕对象
2、弹出警告框window.alert(messag...
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
一、
1-5 BDDAA
6-10 DCCAB
11-15 DCAAD
16-20 BBDDC
二、1.window.confirm(message)
2.window.close()
3.setTimeout(code,int...
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201504gaosiyu/zuoye2/zuoye3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
10.7.1.98/201504shixinzhe/lab/a.html 没做好
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
一、
1、B 2、D 3、D 4、A 5、 A
6、C 7、 C 8、D 9、D 10、 D
11、 ABC 12、BD 13、A 14、 ...
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
B C D A A C A D A D
A D A A D B A C D C
1 window.confirm();
2 window.close();
3 window.setTimeout(code,interval);
4 clearTimeout();
5 ...
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body>
&...
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.4/201503mayanbo/web2/%E5%80%92%E8%AE%A1%E6%97%B6/6-3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.4/201504sunyujia/web2/6-3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503wangchengyu/oo.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503huoyanru/web2/fourth/daojishi.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503xiaomingchen/bom/bom.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503shichong/%e4%bb%bb%e5%8a%a14/%e4%bb%bb%e5%8a%a14.html
#Web开发(二)2015级3、4班# 的任务
任务6-2 BOM模型简答题 有了新的提交。
<br>
1.document;history;form;location;window
2.alert();setInterval();clearInterval();setTimeout();
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
1-5 DDDCB 6-10 CCAAC 11-15 ADAAD 16-20 BBDDC
1.confirm
2.window.close
3.setTimeout
4.clearTimeout
5.setInterval
6....
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503zhanghan/homework1/6-3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503zhaokaiyan/6-3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503wangwei/%E5%80%92%E8%AE%A1%E6%97%B6.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503wangyumiao/lab1/daojishi.html
#Web开发(二)2015级3、4班# 的任务
任务6-1 BOM模型练习:选题和填空题 有了新的提交。
<br>
BDDABCDBBCBDBADABDDD
window.prompt()
window.alert()
setTimeout(code,interval)
clearTimeout()
setInterval(code,Interval)
clearInterval(id...
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503jikangxin/index.html/2%20(2).html
#Web开发(二)2015级3、4班# 的任务
任务6-2 BOM模型简答题 有了新的提交。
<br>
1.windows对象,例:window.alert()
document对象,例:document.write()
location对象,例:window.location.host
navigator对象,例:window.navig...
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503zhangweixiao/lab2/homework6_3.html
#Web开发(二)2015级3、4班# 的任务
任务6-2 BOM模型简答题 有了新的提交。
<br>
1:window;history;location;navigator;
2:document;setTimer;setInterval;clearTimer;clearInterval;
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503cuiyunsong/web2/web2.1.1.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201504dongrui/web2/chengxuti/6-3.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201504wangyuan/js/zuoye.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503sunyangtianyi/web2/00.html
#Web开发(二)2015级3、4班# 的任务
任务6-3 BOM模型程序题:完成倒计时功能 有了新的提交。
<br>
http://10.7.1.98/201503fangyucheng/%E5%80%92%E8%AE%A1%E6%97%B6.html