搜索:爬虫

爬虫 搜索结果

Golang爬虫之goquery

Golang爬虫之goquery

goquery是用 Go 语言编写的一个类似于 jQuery 的库。它基于 HTML 解析库net/html和 CSS 库cascadia,提供与 jQuery 相近的接口。Go 著名的爬虫框架colly就是基于 goquery 的。

后端开发 03/02,2023

PHP之phpQuery爬虫

PHP之phpQuery爬虫

用phpQuery简单实现网页内容爬虫 安装方法: composer require jaeger/querylist 用法: $phpQuery = \phpQuery::newDocumentFile($url); $result = \phpQuery::pq('.art_content', $phpQuery);//.art_conten

后端开发 03/14,2019