摘要: for循环 与while循环比较 package com.bk201.struct; public class ForDemo01 { public static void main(String[] args) { int a = 0; //初始化值 while(a<=100){ //条件判断 S 阅读全文
posted @ 2021-03-10 19:46 一口不多 阅读(67) 评论(0) 推荐(0)