摘要: 面向对象2 package oop;​public class Demo02 { public static void main(String[] args) { //静态方法:static /* Student.say();*/ //非静态方法 //对象类型 对象名= new 对象值; Stude 阅读全文
posted @ 2021-07-12 23:53 一颗苹果!! 阅读(29) 评论(0) 推荐(0)