java用while循环输入n次 int n=6; int count=0; while (n-->0){ count++; System.out.println(count+"==="); } 输出结果: