题目内容

setTimeout(“adv()”,100)表示的意思是()

A. 间隔100秒后,adv()函数就会被调用
B. 间隔100分钟后,adv()函数就会被调用
C. 间隔100毫秒后,adv()函数就会被调用
D. adv()函数被持续调用100次

查看答案
更多问题

String对象的()属性返回字符串的长度。

A. charAt()
B. substring()
C. toLowerCase()
D. length

用正则表达式对象reg检验字符串str,下列方法正确的是()

A. str.test(reg)
B. reg.test(str)
C. str.exec(reg)
D. reg.search(str)

在JavaScript中,如果不指名对象直接调用某个方法,则该方法默认属于()对象。

A. document
B. window
C. form
D. location

打开名为Windows2的新窗口的Javascript语法是()。

A. window.new("http://www.baidu.com"," window2")
B. window.open("http://www.baidu.com", "window2", "")
C. new(‘http://www.baidu.com’,’window2’);
D. new.window(‘http://www.baidu.com’,’window2’);

答案查题题库