摘要: 结构 switch switch(待匹配对象){ case 匹配值:匹配行为 break; } for for是最有效、最灵活的循环结构 打印三角形 public class Demo02 { public static void main(String[] args) { int j; for(i 阅读全文
posted @ 2021-02-21 17:26 St0n3 阅读(21) 评论(0) 推荐(0)