赞
踩
package test;
public class Main96 {
public static void main(String[] args) {
// TODO Auto-generated method stub
StringBuffer str=new StringBuffer("ABCD");
str.reverse();
System.out.print(str);
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。