import asyncio import requests loop = asyncio.get_event_loop() async def t(): get = lambda:requests.get('http://baidu.com') temp = await ...
確定! 回上一頁