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)
编辑收藏举报