单项选择题
box.onclick = function() { setTimeout(function() { console.log(this) }) }以上代码运行结果为()
A.window B.box C.undefined D.程序报错
A._proto_ B.prototype C.constructor D.以上都不对
A.pop B.push C.shift D.unshift