请教下:eclipse+python3+pydev_4.5.5插件,debug模式下爬虫成功,直接run就没有结果。
找到原因了:html_parser.py 中 原先import urllib,只能在debug下爬虫成功。后改为import urllib.request,run模式下也成功