摘要: 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 阅读(2221) 评论(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 阅读(3458) 评论(0) 推荐(0) 编辑