日期:2014-05-20 浏览次数:20615 次
public static void main(String args[]){ String str = "xxxxxabcyyyyyy"; str = str.replaceAll("xxxxx|yyyyyy", ""); System.out.println(str); }