摘要:
import threading # 线程import timedef Hi(mun): print("hello %d" %mun) time.sleep(3)if __name__ == '__main__': t1 = threading.Thread(target=Hi,args=(10,) 阅读全文
posted @ 2019-03-20 22:16
MR_黄Python之路
阅读(109)
评论(0)
推荐(0)
浙公网安备 33010602011771号