如何使用 HTML Agility Pack 访问页面的用户 ID 和密码?
我正在尝试开始使用 HtmlAgilityPack,想知道是否有人可以帮助我有一个良好的开端。
我正在尝试从 URL https://www.foragentsonly 访问 user1 id 和 password1 id。 com/login.aspx
我该怎么做?
I'm trying to get started with HtmlAgilityPack and was wondering if someone could help me get off to a good start.
I'm trying to access the user1 id and the password1 id from the url https://www.foragentsonly.com/login.aspx
How would I go about that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于您已经有了 HTML 文档,这应该可以工作:
它仅适用于标准 xpath 语法,因此对于更复杂的查询,请使用 此参考作为指南。
Given that you have the HTML document already, this should work:
It just works off standard xpath syntax, so for more complex queries, use this reference as a guide.