摘要: # -*- coding:utf-8 -*- import threading import time class Producer(threading.Thread): # 生产者函数,重写run()方法 def run(self): global count while True: if con 阅读全文
posted @ 2022-02-10 14:32 荒野游侠 阅读(132) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示