20110328-String str; str="";这是str=“null”
String str;
public void test(){
str =?str +"";
}
?
这是str="null";