摘要: public static int getIndexOf(String data, String str,int num) { Pattern pattern = Pattern.compile(str); Matcher findMatcher = pattern.matcher(data); / 阅读全文
posted @ 2023-05-11 16:27 LIUAOJUN 阅读(56) 评论(0) 推荐(0)