最佳答案
当我在 Python 3.3中运行以下代码时:
import urllib
tempfile = urllib.request.urlopen("http://yahoo.com")
我得到以下错误:
我这样做也是为了核实:
我做错了什么?