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.
10 回答11.3k 阅读
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答2.8k 阅读✓ 已解决
3 回答2.4k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
两个知识点