2019年6月27日

2019/6/27号————检查

摘要: spider_Un.py import requestsimport timefrom lxml import etreedef get_html(url): # 请求页面 try: headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WO 阅读全文

posted @ 2019-06-27 18:54 袁佳佳 阅读(141) 评论(0) 推荐(0) 编辑

微信公众号爬取

摘要: #Weichat import scrapyimport urllib.parsefrom news_project.middlewares import Deal_Contentfrom news_project.items import NewsProjectItemfrom lxml impo 阅读全文

posted @ 2019-06-27 18:01 袁佳佳 阅读(329) 评论(0) 推荐(0) 编辑

导航