单项选择题
()语句可以为一个demo元素同时添加color及background这两个行内样式
A.demo.style.cssText="color:red;background:blue;" B.demo.style="color:red;background:blue;" C.demo.style.text="color:red;background:blue;" D.以上说法都不正确
单项选择题 以下代码输出结果为() var num = [1,2,3,4,5];console.log(num.slice(2))
单项选择题 设置<div class="model" ></div>在浏览器上下左右居中,以下写法正确的是()
单项选择题 function A(){};var a=new A();以下为真的是()