通用
此处整理,Python处理网络相关内容会涉及到的一些通用的知识和心得。
crifan的http相关库函数
自己在使用http相关网络功能期间,总结出一些常用功能,封装成函数。供参考:
https://github.com/crifan/crifanLibPython/blob/master/python3/crifanLib/crifanHttp.py
包括有:
randomUserAgent
isFileValid
downloadFile
manuallyDownloadFile
getUrlResponse
getUrlRespHtml
getUrlRespHtml_multiTry
- 等