那现在问题是:
在python3.x版本中,如何使用:urllib2.urlopen()?
答:
import urllib.request
resp=urllib.request.urlopen("http://www.baidu.com")