摘要: let obj = { age:26, } function Person(name, sex) { console.log(this); console.log(this.age); console.log(name, sex); } Function.prototype.bindToApply 阅读全文
posted @ 2020-06-26 21:36 就是一位小学生 阅读(162) 评论(0) 推荐(0) 编辑