摘要: 一、创建对象的方式 字面量 let a = {} new关键字 let b = new Object() Object.create()方法 let c = Object.create(Object.prototype) 二、function、Function、prototype、construct 阅读全文
posted @ 2022-12-23 02:46 eliwang 阅读(677) 评论(0) 推荐(0) 编辑