Laravel + Guzzle 实现简单爬虫

1. 爬取页面数据 $url = "http://www.zongscan.com/demo333/178.html"; $request = new GuzzleRequest('GET', $url); $client = new \GuzzleHttp\Client(); $response
posted @ 2021-11-13 22:55  叶森白  阅读(226)  评论(0编辑  收藏  举报