關(guān)于JAVA把字符號(hào)顛倒輸出的程序?
public class StringTest {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer ("abc");
System.out.println(sb.reverse());
}
關(guān)于JAVA把字符號(hào)顛倒輸出的程序?
public class StringTest {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer ("abc");
System.out.println(sb.reverse());
}