python3中urllib2的问题时间:2021-11-17 13:48:47import urllib from urllib import request a = urllib.request.Request(url) b = urllib.request.urlopen(a)