构造方法
摘要:
构造方法 public class Application { public static void main(String[] args) { //new 实例化了一个对象 Person person = new Person("dsy",22); // System.out.println(pe 阅读全文
posted @ 2022-07-20 20:02 邓了个邓 阅读(33) 评论(0) 推荐(0)
posted @ 2022-07-20 20:02 邓了个邓 阅读(33) 评论(0) 推荐(0)
posted @ 2022-07-20 16:30 邓了个邓 阅读(38) 评论(0) 推荐(0)