摘要: public static String getonerow(String allLine,String myfind) { Pattern pattern = Pattern.compile(".*?"); Matcher matcher = pattern.matcher(all... 阅读全文
posted @ 2014-08-11 10:35 破冰Lab-Cookun 阅读(1449) 评论(0) 推荐(0)