单项选择题
document.onmouseup = function(){
this.onmousemove = null;
this.onmouseup = null;
} ,这里的this指向()
A.window对象
B.document对象
C.function对象
D.以上说法都正确
点击查看答案

单项选择题
document.onmouseup = function(){
this.onmousemove = null;
this.onmouseup = null;
} ,这里的this指向()
A.window对象
B.document对象
C.function对象
D.以上说法都正确
微信扫一扫,加关注免费搜题