0
我無法獲得xpath權限。我試圖獲得任何IMDB電影的形象,但它似乎不工作。這是我的代碼。C#HTMLAgilityPack獲取src。 xpath無效
// Getting the node
HtmlNode node = doc.DocumentNode.SelectSingleNode("//*[@id=\"title - overview - widget\"]/div[2]/div[3]/div[1]/a/img");
// Getting the attribute data
HtmlAttributeCollection attr = node.Attributes;
該屬性爲空。每一次,但是。 xpath不起作用,我不知道爲什麼。這對我來說似乎很好。