最新回答 / qq_慕数据6578363
这是给构造函数赋值首先你需要创建一个构造函数,如 function Func(num1,num2){this.num1=num1;this.num2=num2}然后再去使用 new Func(1,2)即可
2021-03-13