构建函数 半颗黄豆 2022-04-06 153 阅读1分钟 构建函数 function Script(name,emg){ this.name=name this.emg=emg } let obj= new Script('kack',20) console.log(obj);