摘要: 代码清单7-1 public class Six { static { System.out.println("SuperClass init!"); } public static int value = 123; } public class Seven extends Six{ static 阅读全文
posted @ 2020-12-05 22:16 Peterxiazhen 阅读(92) 评论(0) 推荐(0) 编辑