摘要: 1,js中的new做了什么? function Person () { this.name = name; this.age = age; this.sex = sex this.sayName = function () { return this.name; }; } var person = 阅读全文
posted @ 2019-02-18 17:24 有什么奇怪 阅读(283) 评论(0) 推荐(0) 编辑