美文网首页
爬虫需要post 与get

爬虫需要post 与get

作者: 唐小明_d419 | 来源:发表于2019-06-05 00:27 被阅读0次

    #构建一个字典 内容都是字符串,不是整数也不是boolean

    这个可以通过360 或是chrome 的F12 newwork 观看 post提交了吗

    找相对应的form data 格式

    data_dict={ 'Requre':"true",'page','3'

    }

    html_post=requests.post(url,data=data_dict)

    相关文章

      网友评论

          本文标题:爬虫需要post 与get

          本文链接:https://www.haomeiwen.com/subject/gpvdxctx.html