摘要: 如何开启进程 使用的是内置的模块:multiprocess from multiprocessing import Process def task(): with open('a.txt', 'w', encoding="utf8") as f: f.write('helloworld') # 开 阅读全文
posted @ 2023-07-06 21:12 路过不说话 阅读(31) 评论(0) 推荐(0)