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でこのようなことは可能ですか?