headers = {'user-agent': 'Mozilla/5.0'} res = requests.get(url, headers=headers) print(res.text) # 出力結果: #{ # "args": {},
確定! 回上一頁