1.昨天面试题2.代码如下
console.log('this.name', this.name)
// 运行结果 this.name
console.log('this.age', this.age)
// 运行结果 this.age undefined3.
相关分类