单项选择题
JavaScript中document.getElementById()的返回值的类型为()。
A.Array
B.Object
C.String
D.Function
点击查看答案&解析
相关考题
-
单项选择题
下面的代码执行后,x的值是()。
A.报SyntaxError错误
B.null
C.hello
D.goodbye -
单项选择题
下面的代码输出的结果是()。
A.bar
B.TypeError
C.SyntaxError
D.undefined -
单项选择题
字符串类型的哪个方法能够从字符串中去除字符?()
A.remove()
B.destroy()
C.delete()
D.replace()
