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.
如何将这样的 ASPX 页面解析为:http ://www.shufersal.co.il/Pages/Catalog.aspx#到 C# 中的字符串?这个网站是购物网站,我想从中获取一些详细信息,例如产品名称和价格?请帮我...
您可以为此使用 HTML Agility Pack。更多信息可以在这里找到:
http://www.google.nl/url?sa=f&rct=j&url=http://www.4guysfromrolla.com/articles/011211-1.aspx&q=html+agility+pack+tutorial&ei=hwodUKGlHu220QWJmYBo&usg=AFQjCNH4auAyTI9GTpM2cistPrGGnMHLeg
也有一些可用的例子。如果您熟悉 linq to X 查询,那么它非常易于使用。