多项选择题
Math对象的哪些方法可以用于取整? ()
A.Math.random() B.Math.floor() C.Math.ceil() D.Math.round()
多项选择题 以下哪些是函数调用模式?()
多项选择题 选择以下关于函数的使用说法正确的有()
单项选择题 document.onmouseup = function(){ this.onmousemove = null; this.onmouseup = null; } ,这里的this指向()