基于golang实现代理IP抓取实例
依赖库“github.com/imroc/req”“github.com/PuerkitoBio/goquery”参考自己的开源项目https://github.com/mangenotwork/ManGe_IpProxy实例简单,直接上code/* golang 的代理ip采集*/package mainimport ( "fmt" "math/rand" "time" "strings" "