摘要: 引入线程包或者命名空间import threading 一:建立一个简单的线程程序 import time, threadingdef test(): print('thread %s is running...' % threading.current_thread().name) n = 0 w 阅读全文
posted @ 2015-11-24 14:49 小泥巴2008 阅读(465) 评论(0) 推荐(0) 编辑