dom-selector-cheerio
v1.0.1
Published
fetch url get dom info by cheerio
Downloads
4
Readme
To create a random UUID...
- Install
npm install dom-selector-cheerio
- Usage
import { getDomInfo } from 'dom-selector-cheerio'
let res = await getDomInfo('https://www.xxx.com','a')
console.log('res',res)