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