2014年8月14日
摘要: String content = “testContent”; String regex="^[a-zA-Z0-9\u4E00-\u9FA5]+$"; Pattern pattern = Pattern.compile(regex); Matcher ma... 阅读全文
posted @ 2014-08-14 16:20 Snow〃冰激凌 阅读(31095) 评论(0) 推荐(0) 编辑