function Hero(person){ this.level=person.level; this.Attack=person.Attack;}var hero=new Hero({
level:1, Attack:2});字面量对象传到Hero中,person是形参,我怎么联系不起来呢?
添加回答
举报
0/150
提交
取消