update README.md.

Signed-off-by: g1879 <g1879@qq.com>
This commit is contained in:
g1879 2023-01-22 08:06:50 +00:00 committed by Gitee
parent 1638a0f90f
commit 3adb4508a6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -26,6 +26,8 @@ python 版本3.6 及以上
**联系邮箱:** g1879@qq.com
**📖 使用文档:** [点击查看](http://g1879.gitee.io/drissionpage)
# 📕 背景
用 requests 做数据采集面对要登录的网站时要分析数据包、JS 源码构造复杂的请求往往还要应付验证码、JS 混淆、签名参数等反爬手段,门槛较高。若数据是由 JS 计算生成的,还须重现计算过程,体验不好,开发效率不高。