日期:2014-05-20 浏览次数:20677 次
String str="(1),(1,2) (,)"; str=str.replaceAll("\\((\\d+[,\\d]*)\\)","@$1@"); System.out.println(str);