public class Test { public static void main(String args[]) { StringBuffer buffer = new StringBuffer("Game Plan"); buffer.reverse(); ...
確定! 回上一頁