import
requests
params
=
{
'filename'
:
'Ryan'
,
'lastname'
'Mitchell'
}
# 表单数据
r
requests.post(
"http://pythonscraping.com/files/processing.php"
,data
params)
# 注:url必须是最终提交参数的url
print
(r.text)
by: 发表于:2017-09-19 09:42:13 顶(0) | 踩(0) 回复
??
by: 发表于:2017-09-19 09:42:13 顶(0) | 踩(0) 回复
??
回复评论