JS关于this指向的小练习 请阅读以下代码: var obj = {}; obj.log = console.log; obj.log.call(console, this) 该代码在浏览器中执行,输出的日志结果是什么?

NoSuchKey

猜你喜欢

转载自www.cnblogs.com/cmy1996/p/9205752.html