String str = s.replaceAll("[\pP‘’“”]", " ").trim();
去除字符串中的所有符号
最新推荐文章于 2024-07-30 03:21:21 发布
String str = s.replaceAll("[\pP‘’“”]", " ").trim();