cookielib module for python3

python2 modules can be installed directly cookielib

And it can not be installed py3

Therefore, the module needs to be installed http

for example:

from http import cookiejar

cookie = cookiejar.CookieJar()
就可以了!!!

 

Guess you like

Origin www.cnblogs.com/rx-ted/p/11411937.html