摘要: 首先定义一下测试数据 const test = function(age, sex) { console.log(this.name, age, sex, 'test') } const person = { name: '毛小星' } 实现call方法 下面将自定义的call方法写在Functio 阅读全文
posted @ 2020-08-13 22:20 毛小星 阅读(163) 评论(0) 推荐(1) 编辑