摘要:
package com.day18.Thread; public class ThreadFive { public static void main(String[] args) { new Thread() { public void run() { System.out.println(getName()+... 阅读全文
posted @ 2018-07-06 23:19
简简单单zjl
阅读(2240)
评论(0)
推荐(0)
摘要:
package com.day18.Thread; public class ThreadFour { public static void main(String[] args) { new Thread("Lakers") { public void run() { System.out.println(th... 阅读全文
posted @ 2018-07-06 22:59
简简单单zjl
阅读(3473)
评论(0)
推荐(0)

浙公网安备 33010602011771号