摘要: 1.调用threading模块来创建线程 1 from threading import Thread 2 import threading 3 import os 4 import time 5 6 def func(num): 7 for i in range(5): 8 time.sleep( 阅读全文
posted @ 2018-05-08 19:07 Praywu 阅读(240) 评论(0) 推荐(0)