摘要: 开启线程的两种方式 # from multiprocessing import Process # from threading import Thread # import time # # # def task(name): # print('%s is running'%name) # tim 阅读全文
posted @ 2020-04-24 17:19 zhw_sylvia 阅读(128) 评论(0) 推荐(0) 编辑