Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Delphi 中使用/模仿使用 MSHTML 的 XPATH?这就是使用 HTML Agility Pack 完成的方式
htmlDoc.DocumentNode.SelectNodes("//img[@src]")
Delphi可以做到这样的事情吗?