Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 397 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 397 Bytes

GO_scraping_easy

个人对于GO语言的学习过程中对爬虫的测试项目 不断更近中 23.4.10 增加了并发处理 在学习过程中发现由于网络不稳定或多方面因素 很容易造成panic 得对各种处理增加err return,尤其是因为网不好 http.get会panic 23.4.10 增加了连接池 用Client简单连接 爬虫的内容先暂停到这,毕竟不是主力军