摘要: import threadingimport timelockA = threading.Lock()lockB = threading.Lock()class Mythread(threading.Thread): def __init__(self,name): super(Mythread,s 阅读全文
posted @ 2019-02-19 23:34 ★小钻风★ 阅读(163) 评论(0) 推荐(0)