摘要:
1、Python自带多线程模块 _thread _thread.start_new_thread(function, (参数元组)), function结束,线程也结束 2、第三方模块 threading, 要重写 init 和 run() import threading class A(thre 阅读全文
posted @ 2021-04-15 16:31
wolun666
阅读(136)
评论(0)
推荐(0)
浙公网安备 33010602011771号