摘要: static关键字详解 public class Person { { System.out.println("匿名代码块"); } static { System.out.println("静态代码块"); } public Person() { System.out.println("构造方法" 阅读全文
posted @ 2021-05-17 15:55 敲代码的体育生 阅读(62) 评论(0) 推荐(0)