2020年4月6日
摘要: Java类中成员初始化顺序 1 package com.szxy; 2 3 /** 4 * 5 * @author Momentonly 6 * 7 */ 8 public class InitClassTest { 9 public static void main(String[] args) 阅读全文
posted @ 2020-04-06 17:13 Momentonly 阅读(193) 评论(0) 推荐(0)