async with httpx.AsyncClient() as client: ... r = await client.get('https://www.example.com/') ... >>> r <Response [200 OK]>. Tip. Use IPython or Python ...
確定! 回上一頁