摘要: import requests from bs4 import BeautifulSoup import pandas as pd url="http://www.mafengwo.cn/search/q.php?q=泉州" #想爬的网站 headers={'User-Agent':'Mozilla 阅读全文
posted @ 2020-03-18 17:19 刚好路过的假面骑士 阅读(182) 评论(0) 推荐(0) 编辑
摘要: import requestsfrom bs4 import BeautifulSoupimport pandas as pdurl="http://www.mafengwo.cn/search/q.php?q=泉州" #想爬的网站headers={'User-Agent':'Mozilla/5.0 阅读全文
posted @ 2020-03-18 17:14 刚好路过的假面骑士 阅读(164) 评论(0) 推荐(0) 编辑