哈哈,先上代码:
private 类名(){
...
}
static 类名 me;
public static 类名 rt_me(){
if(me){
return me ;
} else {
me=new 类名();
return me;
}
}
哈哈,先上代码:
private 类名(){
...
}
static 类名 me;
public static 类名 rt_me(){
if(me){
return me ;
} else {
me=new 类名();
return me;
}
}