单项选择题

以下this指向谁()
var obj = { name:"ABC", sayName:()=>{ console.log(this); } }; obj.sayName()

A.window
B.obj
C.null
D.document

微信扫码免费搜题