摘要: function Start(uname, age) { this.uname = uname; this.age = age; this.sayhai = function () { console.log('hi'); } } var zjl = new Start('zjl', '41'); 阅读全文
posted @ 2020-09-22 19:40 fnasklf 阅读(254) 评论(0) 推荐(0) 编辑