单项选择题
A.document.write() B.window.write() C.document.confirm() D.write “The Undefined Function”
在JavaScript中,以下代码能并闭一个窗口的是()A.window.exit()B.window.shu...
单项选择题在JavaScript中,以下代码能并闭一个窗口的是()
A.window.exit() B.window.shutdown() C.window.end() D.window.close()
下列名称中,能作为变量名的是()A.pArrayB.thisC.functionD.*pNumber
单项选择题下列名称中,能作为变量名的是()
A.pArray B.this C.function D.*pNumber
表达式”This is my”+” book”的结果是()(注:其中,字符T的ASCII码为84,字符b的AS...
单项选择题表达式”This is my”+” book”的结果是()(注:其中,字符T的ASCII码为84,字符b的ASCII码为98)
A.100 B.84his is my 98ook C.This is my book D.不能计算,要报错