摘要:
// 过滤特殊字符 public staticString StringFilter(String str) throws PatternSyntaxException { // 只允许字母和数字 // String regEx ="[^a-zA-Z0-9]"; // 清除掉所有特殊字符 Strin 阅读全文
posted @ 2016-06-15 10:36
锐洋智能
阅读(111611)
评论(2)
推荐(2)
浙公网安备 33010602011771号