1 Star 2 Fork 4

peiss/ant-python-exercises-100p

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
p099.py 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazyant 提交于 2022-05-21 19:12 +08:00 . 'xx'
import requests
url = "http://antpython.net/webspider/grade_form"
params = {
"sname" :"蚂蚁099",
"yuwen" :88,
"shxue" :99,
"yingyu" :66,
}
resp = requests.post(url, data=params)
print(resp.status_code)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/antpython/ant-python-exercises-100p.git
git@gitee.com:antpython/ant-python-exercises-100p.git
antpython
ant-python-exercises-100p
ant-python-exercises-100p
master

搜索帮助