码迷,mamicode.com
首页 > 其他好文 > 详细

反转输出并连接

时间:2017-04-25 20:02:59      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:[]   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!