10 2021 档案

摘要://sout //快捷方式 System.out.println("Hello World Java"); //循环方式 int i=0; while (i<=100) { System.out.println(Integer.toString(i)); i++; } do { System.out 阅读全文
posted @ 2021-10-15 09:19 xxxyz 阅读(117) 评论(0) 推荐(0)