曾经星月

文章
2
资源
0
加入时间
3年0月21天

if 和 while 语句的区别。

1:代码 写道public class Test { public static void main(String[] args) { int whileInteger = 3,ifInteger = 3; while(--whileInteger>=0){ System.out.println(String.format("while:第%s次打印", whileIntege...