1
你好,我有一些問題,當我試圖讓子屬性 例的Html敏捷包選擇子屬性
<p attribute:subattribue="mytext">hello world<p>
我試着這樣做:
textblock1.Text = doc.DocumentNode.SelectSingleNode("//p[@attribute:subattribute='mytext']").InnerText.Trim();
很抱歉,但我是一個新手
謝謝!有用 – Quakenxt