摘要:
ThreadLocal public class MyThread extends Thread { private ThreadLocal<String> threadLocal = new ThreadLocal<>(); public void run() { threadLocal.set( 阅读全文
posted @ 2024-03-05 14:33
懒惰的星期六
阅读(20)
评论(0)
推荐(0)
Welcome to here
主页