Files
Course/Spider/README.md

18 lines
407 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright (c) 2025 zhilv
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
## `Python` 网络爬虫基础教程
### 文件介绍
```sh
.
├── test1.py # 获取研招网数据
├── test2.py # 使用 selenium 对 '人生苦短我用Python' 进行翻译
└── test3.py # 使用 selenium 对 hmshop-test.itheima.net 网站进行登录
```