摘要: 1 import multiprocessing 2 import time,threading 3 4 def threading_run(): 5 print(threading.get_ident())#获取线程ID 6 7 def run(name): 8 time.sleep(2) 9 p 阅读全文
posted @ 2020-09-20 22:00 安好_世界 阅读(113) 评论(0) 推荐(0) 编辑