taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

How about a legend or a few examples of usage? #83

Closed kingram6865 closed 3 years ago

kingram6865 commented 4 years ago

I don't know how to use this: HTMLElement#querySelector(selector)

I don't understand what the notation means.

taoqf commented 4 years ago

https://github.com/taoqf/node-html-parser/blob/master/test/html.js#L460