# parse5-find-child **Repository Path**: Halliwood/parse5-find-child ## Basic Information - **Project Name**: parse5-find-child - **Description**: A tool to find child element from document parsed by parse5. - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2023-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parse5-find-child #### 介绍 一个在[parse5](https://www.npmjs.com/package/parse5)解析后的网页文档中,通过路径查找相关节点的工具,支持精确路径匹配和模糊路径匹配。 #### 安装 ``` npm i parse5-find-child -S ``` #### 使用说明 假定需要查找的html文档如下所示: ```html
| First Name: | Bill Gates |
|---|---|
| Telephone: | 555 77 854 |
| Telephone: | 555 77 855 |