摘要:
参考链接 https://blog.csdn.net/u012662731/article/details/78537432 详解 python3 urllib https://www.jianshu.com/p/2e190438bd9c 需要的包 requests 官方文档: https://do 阅读全文
摘要:
安装python插件:ext install python 配置flake8:pip install flake8 配置yapf:pip install yapf(在VScode中按Alt+Shift+F即可自动格式化代码) tips: 1. 更改变量名 在变量名上按F2即可实现重命名变量 阅读全文