feat(spider): 新增两个作业文件: 百度翻译、TPShop 登录

This commit is contained in:
2025-11-28 22:43:18 +08:00
parent 706d15eaaa
commit 7dabfa4519
3 changed files with 68 additions and 1 deletions

View File

@@ -11,5 +11,7 @@
```sh
.
── test1.py # 获取研招网数据
── test1.py # 获取研招网数据
├── test2.py # 使用 selenium 对 '人生苦短我用Python' 进行翻译
└── test3.py # 使用 selenium 对 hmshop-test.itheima.net 网站进行登录
```