摘要: 恢复内容开始 一、join方法 (1)开一个主线程 from threading import Thread,currentThread import time def walk(): print('%s is running'%currentThread().getName()) time.sle 阅读全文
posted @ 2017-09-01 15:38 孟庆健 阅读(237) 评论(0) 推荐(0) 编辑