Task 對象不由自己動手實例化,而是通過把協程傳給asyncio.async(...) 函數或 loop.create_task(. ... resp = yield from aiohttp.request('GET',url)
確定! 回上一頁