import requests
url="https://docs.google.com/forms/d/e/1FAIpQLSenQnX4XhiqVFVQ2-GgMFe2m2KW3Bb4aWx-rTjTSUEOc51j8w/formResponse"
data={
"entry.1240425894": "三",
"entry.1341879753": 9,
"entry.265357269": "李冠德",
"entry.81251298": "無",
"entry.412561484": "無",
"entry.1129362342": "無",
"entry.1294446321": "無",
"entry.904525421": "無",
"entry.774083723": "無",
"entry.104370723": "無",
"entry.1724857161":"無",
"entry.136161596": "無",
"entry.1289009697": "無",
"entry.774515570": "無"
}
response=requests. Post(url,data=data)
if response.status_code==200:
print("成功")
else:
print("失敗: ",response.status_code)
自動填寫表單
于 2025-03-30 21:58:33 首次发布