摘要: 案例一: 重点: 1. 使用bs4 爬取 2. 数据写入本地 txt from bs4 import BeautifulSoup import requests url = "http://maoyan.com/board" header = { 'User-Agent':'Mozilla/5.0 阅读全文
posted @ 2019-07-12 10:55 FishMan552 阅读(847) 评论(0) 推荐(0)