摘要: 代码: 1 import requests 2 from bs4 import BeautifulSoup 3 4 def html_save(s): 5 with open('哔哩哔哩.csv','a')as f: 6 f.write(s+'\n') 7 8 def parse_html(url) 阅读全文
posted @ 2019-11-22 16:47 黄伟564 阅读(528) 评论(1) 推荐(0) 编辑