摘要:
Java while循环和for循环 1.while循环: 语法: public class Text_while { public static void main(String[] args) { //输出1-100 int i = 0; //i小于100就执行下面的代码 while (i<10 阅读全文
posted @ 2020-12-14 09:35
lovelife80
阅读(479)
评论(0)
推荐(0)
浙公网安备 33010602011771号