上一页 1 ··· 14 15 16 17 18
摘要: import time,threadingevent = threading.Event()def lighter(): count = 0 event.set()#先设置绿灯 while True: if 5 < count and count < 10: event.clear()#把标志位清了 阅读全文
posted @ 2017-12-09 23:06 cerofang 阅读(470) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18