String s = "abcd"; s = s+1; System.out.print(s);// result : abcd1
String类型
原文:http://www.cnblogs.com/wanhua-wu/p/6513722.html