摘要: import queue,threading l=threading.Lock()class MyThread(threading.Thread): def __init__(self): threading.Thread.__init__(self) global... 阅读全文
posted @ 2014-07-21 14:51 qingda 阅读(239) 评论(0) 推荐(0) 编辑