标签:[] eve 输出 buffer div stringbu ring print code
package lei; public class Test2 { public static void main(String[] args) { String s="我爱你"; StringBuffer s1 = new StringBuffer("我爱你"); String s2=new String(s1.reverse()); System.out.println(s.concat(s2)); } }
标签:[] eve 输出 buffer div stringbu ring print code
原文地址:http://www.cnblogs.com/zyy1130/p/6763817.html