不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2023-07-10 23:42:59  修改时间:2025-11-11 09:48:42  分类:06.前端/Vue/Node.js  编辑
Name Description 官网
jsdom A JavaScript implementation of various web standards, for use with Node.js  
htmlparser2 Fast & forgiving HTML/XML parser  
domhandler Handler for htmlparser2 that turns documents into a DOM  
domutils Utilities for working with domhandler's DOM  
css-select CSS selector engine, compatible with domhandler's DOM  
cheerio The jQuery API for domhandler's DOM 链接
dom-serializer Serializer for domhandler's DOM  

 如果只是作为爬虫的 html文本解析工具类,推荐使用 cheerio —— 在线手册