摘要:
package struct; public class DoWhile { public static void main(String[] args) { int a =0; while (a<0){ a++; System.out.println(a);//条件不成立,无法输出内容 } Sys 阅读全文
posted @ 2022-07-30 17:23
7号彩虹
阅读(84)
评论(0)
推荐(0)
2022年7月30日