摘要: 1.生成器版的任务切换 import time def jishi1hao(): for i in range(11): # print('到这里来!') yield #帮我们记录了任务的执行状态 time.sleep(1) print('%s号客户2秒就搞定'%i) def jishi2hao() 阅读全文
posted @ 2018-12-04 20:26 冰底熊 阅读(203) 评论(0) 推荐(0) 编辑