博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年5月10日

摘要: #!/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)