摘要:
import time,randomimport queue,threadingq = queue.Queue()def Producer(name): count = 0 while count <10: print("making........") time.sleep(5) q.put(co 阅读全文
posted @ 2018-08-30 06:53
一棵大树一棵小树一棵草
阅读(87)
评论(0)
推荐(0)
浙公网安备 33010602011771号