摘要: 无限循环 for(;😉{ System.out.println("1"); } while(trrue){ System.out.println("1"); } do{ System.out.println("1"); }while(true); 无限循环后面不能写其他代码,因为循环永远停不下来, 阅读全文
posted @ 2025-07-13 21:45 muyuxiaxing 阅读(6) 评论(0) 推荐(0)