摘要: 多线程的两种启动方式 # from multiprocessing import Process # from threading import Thread # import time # # # def task(name): # print('%s is running'%name) # ti 阅读全文
posted @ 2021-07-11 17:07 walkerpython 阅读(28) 评论(0) 推荐(0) 编辑