String b = "He who has hope has everything."; String c = "台上一分鐘,台下十年功。"; System.out.println(a.replace('i', 'z')); ...
確定! 回上一頁