public class Test { public static void main(String args[]) { String s = "本教程:"; s = s.concat("www.w3big.com"); System.out.println(s); } }.
確定! 回上一頁