摘要: 1 public static void main(String[] args) { 2 String line = "ABCDEFG666dcab"; 3 String pattern = "(\\D*)(\\d+)(.*)"; 4 Pattern r = Pattern.compile(patt 阅读全文
posted @ 2020-05-09 17:35 owczhlol 阅读(4299) 评论(0) 推荐(0)