class f{ d:number; e:number; k:String; constructor(){ this.d=100; } g():void{ this.e=800; } g2():void{ this.k="猫"; } }