梦想之魂  
个人网址 http://123ewq.com

2015年11月23日

摘要: 创建线程的两种方法:1,直接调用threading.Thread来构造thread对象,Thread的参数如下:class threading.Thread(group=None, target=None, name=None, args=(), kwargs={}) group为None;targ... 阅读全文
posted @ 2015-11-23 17:30 梦想之魂 阅读(2696) 评论(0) 推荐(0) 编辑