package me.biezhi.weixin.util; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Matchers { public static String match(String p, String str){ Pattern pattern = Pattern.compile(p); Matcher m = pattern.matcher(str); if(m.find()){ return m.group(1); } return null; } }

qiheideguang LV18
1月22日
周鸣郝 LV2
2024年5月27日
wuying8208 LV15
2023年7月27日
DarlingMeow LV6
2023年5月20日
bbczlitao LV9
2022年12月12日
18650066502 LV12
2022年11月28日
zhenghaokana LV2
2022年6月22日
dasen2022 LV6
2022年4月27日
lzlzyw LV14
2022年3月24日
机器人天天 LV1
2022年1月9日