单项选择题

box.onclick = function() {
setTimeout(function() {
console.log(this)
})
}以上代码运行结果为()

A.window
B.box
C.undefined
D.程序报错