Using requests: import requests, time url = 'www.something.com/nextstep' headers = {'Content-Type': 'application/x-www-form-urlencoded'} ...
確定! 回上一頁