function test(){ this.aa=0; } function test2(){ this.aa=2; } var xx=new test(); alert(xx.aa); var yy=new test2(); alert(yy.aa); }
87,990
社区成员
224,684
社区内容
加载中
试试用AI创作助手写篇文章吧