官方提醒:在使用正则表达式时,利用好其预编译功能,可以有效加快正则匹配速度。 说明:不要在方法体内定义。 其实插件的意思是让我们把这个信息抽取到方法外面使其触发预编译。 privatestaticfinalPattern pattern =Pattern.compile(regexRule);privatevoidfunc(...) { Matcher m=pattern.matcher(content);if(m.matches(...