使用python 实现一个爬虫, 大体上用到以下几个方面的内容
1 网络模块
urllib2 httplib requests
2 解析模块
lxml, html.parser, re
关于BeautifulSoup 介绍, 参见
https://blog.csdn.net/qq_21933615/article/details/81171951
使用python 实现一个爬虫, 大体上用到以下几个方面的内容
1 网络模块
urllib2 httplib requests
2 解析模块
lxml, html.parser, re
关于BeautifulSoup 介绍, 参见
https://blog.csdn.net/qq_21933615/article/details/81171951