潜伏了两天,认真学习了爬虫,现在开始模仿别人写我的小爬虫代码了,第一个爬虫开始扒一下新浪国内新闻:http://news.sina.com.cn/china/
开始:
import requests#插入请求模块from bs4 import BeautifulSoup#从BS4导入BeautifulSoupimport os#插入os模块用于文件处理
时间: 2024-12-15 01:45:21
潜伏了两天,认真学习了爬虫,现在开始模仿别人写我的小爬虫代码了,第一个爬虫开始扒一下新浪国内新闻:http://news.sina.com.cn/china/
开始:
import requests#插入请求模块from bs4 import BeautifulSoup#从BS4导入BeautifulSoupimport os#插入os模块用于文件处理