摘要:
1.Markdown All in One 自动生成目录 由于在部分平台(如github, gitee)上的md文件无法通过[TOC]来自动生成目录,则可通过以下方法生成目录: 使用Ctrl+Shift+P快捷键,输入命令Markdown All in One: Create Table of Co 阅读全文
摘要:
一、使用request库实现批量下载HTML 二、使用BeautifulSoup库实现html解析 官网:https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/ 问题: 1)NotImplementedError: Only the following 阅读全文