摘要: Pattern pattern = Pattern.compile("(?<=[a-zA-Z])"); Matcher matcher = pattern.matcher(modelStr); while (matcher.find()) { index = match... 阅读全文
posted @ 2016-10-09 10:22 乱码出黑客 阅读(400) 评论(0) 推荐(0) 编辑