public static void main(String[] args) { String sr = "abcefhe0"; System.out.println("before:"+ sr); System.out.println("after :"+subString(sr)); } public static String subStri... Read More
posted @ 2008-06-29 11:43 liangwei389 Views(271) Comments(0) Diggs(0)