JSRUN 用代码说话
ZY H
zyh1999
第77684位JSRUN用户

活跃于 2023-07-04 18:19 访问量:2801
关注


ZY H(zyh1999)

2023-07-04 18:40
class A{ FirstName:string LastName:string constructor( FirstName:string, LastName:string){ this.FirstName = FirstName this.LastName = LastName } get AllName(){ return this.FirstName+"---"+this.LastName } } const B = new A('张','三') console.log(B);


没有了
1/1
没有了