js箭头函数的this指向

var x = 11; var obb = { x: 222, y: { x:333, obc: function f() { console.log(this) var x = 111;
相关文章
相关标签/搜索