标签:pre static代码块 span out static rgb div system style
public class a { public static void main(String[] args) { b.fun(); } }
public class b { static { System.out.println("b"); } public static void fun(){ System.out.println("b - static - fun"); } }
标签:pre static代码块 span out static rgb div system style
原文地址:https://www.cnblogs.com/bi-hu/p/14851946.html