____ ________ 试题类型 填空题 题目 引用static类型的方法时,可以使用____做前缀,也可以使用____做前缀。 目录
查看答案
下面哪个字符串定义语句不正确?( )
A. var mytext= "here is some text!" ;
B. var mytext= ‘here is some text!" ;
C. var mytext= 'here is some text!' ;
D. var mytext= "here is \nsome text!";
声明变量未被初始化时其默认值为( )。
A. undefined
B. null
C. NaN
D. 0
JavaScript数据类型分为基本数据类型(值类型)和引用数据类型。( )
A. 对
B. 错
布尔型的值为true和false。 ( )
A. 对
B. 错