摘要:
1 package testBlog; 2 //通过Lambda表达式实现多线程 3 public class Test { 4 public static void main(String[] args) { 5 String name = "线程的对象:"; 6 new Thread(() -> {//重点在于:() -> 7 ... 阅读全文
posted @ 2018-01-03 23:25
三盛乙烯
阅读(551)
评论(0)
推荐(0)

浙公网安备 33010602011771号