dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Home Page:https://pub.dev/packages/html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sqmw opened this issue · comments

commented

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