摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- # author aliex-hrg import threading,time event = threading.Event() def redlight(): event.set() count = 1 while True: if count > 0 ... 阅读全文
posted @ 2018-05-10 15:06 alex_hrg 阅读(161) 评论(0) 推荐(0)
浙公网安备 33010602011771号