Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
python的网络请求库requests有session的功能,可以对cookie自动处理。但是在使用中发现,post请求,服务器在响应中设置cookie是不会生效的。只有先GET再POST才会生效。感觉可能是requests的session只会在GET请求的时候才会设置cookie