SelectSingleNode("//table[@id='test']/tr[last()]/td"); Console.WriteLine(node.InnerText);. Note the usage of the XPATH last() function.
確定! 回上一頁