requests

[Python] requests

pip install requests

GET / POST

  • response = requests.get(url)
  • response = requests.post(url)

Response

JSON

response.json()

Last Updated on 2025/01/05 by A1go

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

目錄