python2 能够直接安装cookielib模块python
而py3却不能安装cookie
故须要安装http模块import
举例子:im
from http import cookiejarcookie = cookiejar.CookieJar()就能够了!!!