Boris-code / feapder

🚀🚀🚀feapder is an easy to use, powerful crawler framework | feapder是一款上手简单,功能强大的Python爬虫框架。内置AirSpider、Spider、TaskSpider、BatchSpider四种爬虫解决不同场景的需求。且支持断点续爬、监控报警、浏览器渲染、海量数据去重等功能。更有功能强大的爬虫管理系统feaplat为其提供方便的部署及调度
http://feapder.com
Other
2.88k stars 476 forks source link

在tools中增加把字符串大小写互换的方法. #235

Closed Linsanxian closed 12 months ago

Linsanxian commented 1 year ago

在使用时,有时候会有需求把字符串进行大小写转换,所以提交一个方法,来实现,比较简陋,如果有更合适的请忽略

Boris-code commented 12 months ago

这个为啥还要封装下,直接字符串调用 upper lower就好啦