摘要: private static Pattern DIGIT_PATTERN = Pattern.compile("=\\d++");Matcher goodsTypeMatcher = DIGIT_PATTERN.matcher(scoreFour); if (goodsTypeMatcher.f... 阅读全文
posted @ 2014-11-12 11:23 RY一步一个脚印 阅读(2010) 评论(0) 推荐(0)