This will get both responses in parallel. With python 3.5 you can use the new await / async syntax: import asyncio import requests async ...
確定! 回上一頁