20110328-String str; str="";这是str=“null”
String str;
public void test(){
str =?str +"";
}
?
这是str="null";
发布时间: 2012-08-25 10:06:20 作者: rapoo
20110328-String str; str="";这是str=“null”
String str;
public void test(){
str =?str +"";
}
?
这是str="null";