日期:2014-05-20 浏览次数:20889 次
String s = "aa,1,2,3"; String out=s.replace(",",",x"); System.out.println("result:"+out);