import urllib.request提示
ImportError: No module named request,我是Python 2.7.13
ImportError: No module named request,我是Python 2.7.13
from urllib import request,提示ImportError: cannot import name request
解释:Python urllib中没有request 这个模块,可以使用 dir(urllib)来查看