public static String stringReplace(String str) { //去掉" "号 String str= str.replace(""", ""); return str ; }