摘要: ![](https://img2024.cnblogs.com/blog/3630986/202504/3630986-20250409144324296-699789228.png) ![](https://img2024.cnblogs.com/blog/3630986/202504/3630986-20250409144405228-1168413436.png) ![](https://i 阅读全文
posted @ 2025-04-09 14:49 hwq1992 阅读(14) 评论(0) 推荐(0)
摘要: package github.oop; import java.io.IOException; /** * @author subeiLY * @create 2021-05-30 17:54 */ // 类 public class Demo01 { // main方法 public static 阅读全文
posted @ 2025-04-09 10:47 hwq1992 阅读(6) 评论(0) 推荐(0)
摘要: package github.array; /** * @author subeiLY * @create 2021-05-27 16:08 */ public class ArrayDemo01 { // 变量的类型 变量的名字 = 变量的值 public static void main(Str 阅读全文
posted @ 2025-04-09 09:22 hwq1992 阅读(6) 评论(0) 推荐(0)