摘要: 类 一般类里都包含着方法,同时类是对象的总称 class 类名{ int a; string b; ……; 方法体; ……; 方法体;} 对象的创建 类名 对象名=new类名; 代入 public class 类名{ public static void main(String[] args){ l 阅读全文
posted @ 2021-10-27 15:34 始墨......至隐 阅读(100) 评论(0) 推荐(0)