日期:2014-05-20 浏览次数:20716 次
String str = "x=4"; str = str.replaceAll("([^\\d]+)"," "); System.out.println(str);