替换 html中换行符、空格 ;去除字符串中的空格\\s*,回车\n,换行符\r,制表符\t

一、替换 html中换行符、空格 html /** 替换 html中换行符、空格 */spa      public static String repText(String str) throws Exception { String r = ""; r = str.replaceAll("<br/>", "\n"); r = r.replaceAll(" ",
相关文章
相关标签/搜索