赞
踩
- String nets = "";
- if (nets!=null) {
- /* 去除 \n 回车(\u000a) \t 水平制表符(\u0009) \s 空格(\u0008)\r 换行(\u000d)*/
- Pattern p = Pattern.compile(""\\s*|\t|\r|\n"");
- Matcher m = p.matcher(nets);
- dest = m.replaceAll("");
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。