摘要: 构成 // 1. 匹配规则 Pattern compile = Pattern.compile("匹配规则"); // 2. 构成构造器 Matcher matcher = compile.matcher("指定的字符串"); // 3. 查询方法 boolean flag = matcher.fi 阅读全文
posted @ 2022-12-05 22:48 黒马 阅读(27) 评论(0) 推荐(0)