摘要: 多进程 import multiprocessing import threading import time def thread_run(): print(threading.get_ident()) def run(name): time.sleep(2) print('hello', nam 阅读全文
posted @ 2020-01-02 15:30 goldtree358 阅读(553) 评论(0) 推荐(0)