在刚开始学习python准备学习爬虫时在使用pycharm编译出现了错误 这是源码: #!usr/bin/python import urllib.request url = "http://www.baidu.com" get = urllib.request.urlopen(url).r……