野心家

导航

将字符串反向输出

package demo1;

public class ch06 {

	public static void main(String[] args) {
		String str1="To be or not to be";
		StringBuffer bu=new StringBuffer();
		
		System.out.println(bu.reverse());

	}

}

  

posted on 2017-12-23 11:24  野心家  阅读(626)  评论(0编辑  收藏  举报