php 协程 爬虫,go语言 grequests+goquery 简单爬虫,使用多协程并发爬取
/*下载工具*/ package main import ( "fmt" //go语言版本的jquery "github.com/PuerkitoBio/goquery" "os" "sync" "strings" //go语言版本的request "github.com/levigross/grequests" "time" &quo