摘要: 非静态方法 public class Demo2 { public static void main(String[] args) { //实例化这个类 new //对象类型 对象名 = 对象值 Student student = new Student(); student.say(); } pu 阅读全文
posted @ 2020-12-14 18:50 Aijava 阅读(93) 评论(0) 推荐(0)