到底哪里错了
把System.out.println("*");改成
System.out.print("*");
System.out.println是输出一个,换行一次。
去掉ln就只输出,不换行。
第二个打印语句改成System.out.print("*");