摘要: 一、join方法 (1)开一个主线程 from threading import Thread,currentThread import time def walk(): print('%s is running'%currentThread().getName()) time.sleep(2) p 阅读全文
posted @ 2017-08-31 15:47 孟庆健 阅读(172) 评论(0) 推荐(0) 编辑