String字符串去掉双引号

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

    }

 

posted on 2018-09-03 09:02  o_0的园子  阅读(37925)  评论(0编辑  收藏  举报