摘要: ![](https://img2020.cnblogs.com/blog/1968139/202010/1968139-20201013211426099-164427985.png) 阅读全文
posted @ 2020-10-13 21:14 17135131xjt 阅读(98) 评论(0) 推荐(0) 编辑
摘要: ##测试一 function F() { this.__proto__.b = 1 } var fn1 = new F() fn1.__proto__.b = 6 console.log('fn1第一次打印:fn1.prototype.b的值为' + fn1.__proto__.b); //6 co 阅读全文
posted @ 2020-10-13 13:24 17135131xjt 阅读(19) 评论(0) 推荐(0) 编辑