摘要: public static ThreadLocal<String> threadLocal = new ThreadLocal<>(); public static void main(String[] args) { threadLocal.set("main"); Thread t1 = new 阅读全文
posted @ 2019-10-29 16:45 高筑墙广积粮 阅读(240) 评论(0) 推荐(0)