02 2020 档案

摘要:1 import aiohttp 2 import asyncio 3 4 def consumer(): 5 r='' 6 while True: 7 n = yield r 8 if n: 9 r='200 OK' 10 print('客户取走了%s'%(str(n))) 11 else: 12 阅读全文
posted @ 2020-02-09 22:43 莫等闲™ 阅读(137) 评论(0) 推荐(0)