摘要: 在古诗中,我们提取到了题目与作者在一起的数据,如 行宫(元稹) 里面的括号是英文括号,现在要分别提取出标题与作者。有两种方案: (1)通过split得到 String [] strArray = Pattern.compile("\\(|\\)").split("行宫(元稹)"); for (Str 阅读全文
posted @ 2016-02-13 11:33 chuiyuan 阅读(1411) 评论(0) 推荐(0)