public static void main(String args[]){ String str = "xxxxxabcyyyyyy"; str = str.replaceAll("xxxxx|yyyyyy", ""); System.out.println(str); }
62,621
社区成员
307,251
社区内容
加载中
试试用AI创作助手写篇文章吧