使用带有Javascript的Xpath解析HTML
作者:互联网
在.NET中,有一个可爱的库,它使我可以使用xpath查询(HTML Agility Project)轻松解析外部html页面-问题是我必须在客户端执行此操作,因此只能使用javascript.有什么办法吗?
解决方法:
jQuery还支持xPath选择器以及CSS,您可以从下面的链接中获取更多信息.
http://docs.jquery.com/DOM/Traversing/Selectors
标签:xpath,html-agility-pack,html-parsing,javascript,jquery 来源: https://codeday.me/bug/20191201/2077727.html