js箭頭函數的this指向

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