1.昨天面试题
2.代码如下
console.log('this.name', this.name)
// 运行结果 this.name
console.log('this.age', this.age)
// 运行结果 this.age undefined
3.
1.昨天面试题
2.代码如下
console.log('this.name', this.name)
// 运行结果 this.name
console.log('this.age', this.age)
// 运行结果 this.age undefined
3.
13 回答12.6k 阅读
7 回答1.8k 阅读
3 回答1k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
2 回答1.1k 阅读✓ 已解决
2 回答1.8k 阅读
2 回答1k 阅读✓ 已解决
两个知识点