240 发简信
IP属地:广东
  • Python 一行代码 原生cookie转dict

    cookies = dict([l.split("=", 1) for l in cookie.split("; ")])