python2 能夠直接安裝cookielib模塊python
而py3卻不能安裝cookie
故須要安裝http模塊import
舉例子:im
from http import cookiejarcookie = cookiejar.CookieJar()就能夠了!!!