摘要: 先来看这样一段代码 MyThread.java public class MyThread extends Thread { @Override public void run() { A.staticMethod(); } public static void main(String[] args 阅读全文
posted @ 2022-05-21 19:57 dronff 阅读(46) 评论(0) 推荐(0)