摘要: public class Test1 { public static void stringReplace (String text) { text = text.replace('j','i') ; System.out.println(text) ; } public static void s... 阅读全文
posted @ 2015-04-23 00:49 brave-sailor 阅读(424) 评论(0) 推荐(0)