美文网首页
2018-04-21 python总结

2018-04-21 python总结

作者: CoderPan | 来源:发表于2018-04-30 22:41 被阅读0次
    r= session.get(HOST_API+url3,headers=headers)
        print(r.cookies)
        print(r.content)
        img = {'image':r.content}
        headers={'Content-Type':'multipart/form-data'}
        r = requests.post(verify_url,data=verify_params,files=img,headers=headers,
        timeout=60)
    

    beautifulsoup 安装:

    Python改为Python3
    接着打开终端,开始切换至解压的文件夹
    cd Desktop
    cd beautifulsoup4-4.4.1
    接着告诉python给老子安上这个package
    sudo python3 ./setup.py install
    

    相关文章

      网友评论

          本文标题:2018-04-21 python总结

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