dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 59 forks source link

I found a bug when using this package to parse the content of the website https://bizhi.cheetahfun.com/ #195

Open sqmw opened 1 year ago

sqmw commented 1 year ago

bug

I found a bug when using this package to parse the content of the website https://bizhi.cheetahfun.com/

 package:html 0.15.0 0.15.1 的bug
 querySelectorAll("section>ul>li>div>a")  - > get the nodes  I  wanted
 querySelectorAll("section>ul>li a")           ->get nothing

In fact, it doesn't really matter