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次打印", whileInteger)); }
相关文章
相关标签/搜索