标签:www ber code tps logs cookie sdn imp net
在python3.3里面,用urllib.request代替urllib2
import urllib.request as urllib2
Python3中,import cookielib改成 import http.cookiejar
import http.cookiejar as cookielib
python网络爬虫(3)python2在python3上的变动处理(持续更新)
标签:www ber code tps logs cookie sdn imp net
原文地址:https://www.cnblogs.com/bai2018/p/10963571.html