search

Home  >  Q&A  >  body text

python3 如何登陆Web以及保持登陆态和退出登陆态

黄舟黄舟2821 days ago828

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-18 10:13:35

    The login status is stored in cookies. In your code, it is pro = request.HTTPCookieProcessor(cj). If you want to use another user to log in, pro2 = request.HTTPCookieProcessor(cj).

    reply
    0
  • Cancelreply