アットウィキロゴ

t1

class f{
 
a:number;
b:number;
 
sample():void{
 
this.b=4*this.a;
 
}
 
 
 
 
}
最終更新:2015年06月19日 18:17