For example, this is how you make an HTTP POST request: >>> r = requests.post('https://httpbin.org/post', data={'key': 'value'}). Nice, right?
確定! 回上一頁