摘要: 在测试bind()函数时,习惯性的写了一个person对象,并添加了name属性。 在之后输出this.name时,本应是undefined,结果却是空。 const person = { name:"张三", getName: function(){ return this.name } } // 阅读全文
posted @ 2022-09-16 08:54 Ahoge的笔记本 阅读(26) 评论(0) 推荐(0) 编辑