我就是想用regex.getGroups()方法来提取这个文本
Matcher m=Pattern.compile("\"t\":\"(.*?)\",").mathcer(你的json串); if(m.find()) System.out.println(m.group(1));
51,409
社区成员
86,082
社区内容
加载中
试试用AI创作助手写篇文章吧