摘要: 下列程序的运行结果 public static void main(String args[]) { Thread t = new Thread() { public void run() { pong(); } }; t.run(); System.out.print("ping"); } sta 阅读全文
posted @ 2020-02-10 22:23 19呀 阅读(244) 评论(0) 推荐(0) 编辑