最简单的多线程//最简单的多线程
new Thread(() -> {
Tools.HttpGet(Tools.Server+"/api/getpostlist");
}).start();
多线程通信自己定义一个类去继承对象然后
2020-03-11