摘要: def gg(): print(time.time()) return time.time() t1=threading.Thread(target=gg,) t2=threading.Thread(target=gg,) t2=threading.Thread() t1.start() t2.st 阅读全文
posted @ 2017-05-04 09:40 ezway 阅读(500) 评论(0) 推荐(0)