function Person () { this.name = 'little bear', this.age = 18 setTimeout(()=>{console.log(this)})}var a = new Person()setTimeout里的this代表new Person出...
function Person () { this.name = 'little bear', this.age = 18 setTimeout(()=>{console.log(this)})}var a = new Person()setTimeout里的this代表new Person出...