单项选择题
A.style B.class C.className D.classStyle
通过()属性可以设置元素的HTML内容。A.styleB.innerHTMLC.innerD.id
单项选择题通过()属性可以设置元素的HTML内容。
A.style B.innerHTML C.inner D.id
console.log(x);vara=2;以上代码的执行结果是()。A.undefinedB.报错:x is...
单项选择题console.log(x);vara=2;以上代码的执行结果是()。
A.undefined B.报错:x is not define C.2 D.null
以下哪项是用于一次声明两个变量x和y且值分别是1和2()。A.varx,yB.varx=1;y=2C.varx...
单项选择题以下哪项是用于一次声明两个变量x和y且值分别是1和2()。
A.varx,y B.varx=1;y=2 C.varx=1,y=2 D.varx;y