日期:2014-05-19 浏览次数:20690 次
String str = "[2]=[3]+[5]"; String str1 = str.replaceAll("\\[(\\d)\\]", "fun($1)"); System.out.println(str1);