2019年10月9日

js 面向对象之构造器与工厂函数

摘要: 一、字面量模式声明一个对象 let m = {name: "lisi", age:15} m.constructor // ƒ Object() { [native code] } Object.constructor // ƒ Function() { [native code] } ①每个对象都 阅读全文

posted @ 2019-10-09 23:48 Lemo_wd 阅读(325) 评论(0) 推荐(0) 编辑

导航