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