在HTML页面上编写JavaScript代码对应编写在()标签之间。
A.
B.
C.
D.
在下面的JavaScript语句中,()定义了一个整型变量并赋值为10.
A. var if=10
B. var larg=10
C. var arg1=10.0
D. var arg1=10
window.setTimeout(“fun(),1000”)表示的意思是( )
A. 间隔1秒后,fun()函数被调用1次
B. 间隔1000秒后,fun()函数被调用1次
C. 间隔1秒后,fun()函数被调用1000次
D. 间隔1毫秒后,fun()函数被调用1000次
window对象的( )属性用来指定浏览器状态栏中显示的临时消息。
A. title
B. status
C. toolbar
D. location