@asyncio.coroutine def quote_simple(url='/quote/uniform'): r = yield from aiohttp.request('GET', url) quote_json = yield from r.json() ...
確定! 回上一頁