在eclipse中安装的python插件,它的路径在哪啊。。。。不然没法cmd安装bs4啊
2018-07-18
python3 版本
import urllib.request
import http.cookiejar
代码种所有的涉及到print语句,后面全部加了()
import urllib.request
import http.cookiejar
代码种所有的涉及到print语句,后面全部加了()
2018-06-14
pip install BeautifulSoup的时候报错呀,错误是Could not find a version that satisfies the requirement BeautifulSoup (from versions: )
No matching distribution found for BeautifulSoup。 我mac本上的Python的版本是2.7
No matching distribution found for BeautifulSoup。 我mac本上的Python的版本是2.7
2018-06-12
创建BeautifulSoup对象的时候,有个语法错误,少个逗号,应该是类似这种:soup = BeautifulSoup(html, 'html.parser',from_encoding='utf8')
2018-06-08
title_node没有获取到数据,显示为none,用浏览器检查时候和课程里面一样,但是下载下来的代码里面没有这些,只有title和description符合课程中要抓取的内容
2018-05-22