题目内容

凡能提高酶活性的物质称激活剂

A. 对
B. 错

查看答案
更多问题

var a;console.log(typeof a);

A. string
B. number
C. undefined
D. true

在javascript中,alert("12">"9");的运行结果正确的是()

A. true
B. false
C. 12
D. 9

var a;a=2;console.log(typeof a);

A. string
B. number
C. null
D. true

c=null;console.log(typeof c);

A. string
B. object
C. number
D. true

答案查题题库