摘要: 非静态方法 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)
摘要: Markdown学习 标题: 三级标题 四级标题 字体 hello,world! hello,world! hello,world! hello,world! 引用 选择狂神说java,走向人生巅峰 分割线 图片 ![图片名字]+() 括号内是图片路径 超链接 点击跳转到wyj的博客 [名字]+() 阅读全文
posted @ 2020-12-07 14:29 Aijava 阅读(72) 评论(0) 推荐(0)