0
を選択htmlagility (DepartTime)が存在すれば、最初の要素の次のinnertext値を返します。しかし、これは、私は例外のnull参照を取得しているようだ。C#が、私は、このhtmlコードを持っている特定のXPath
を選択htmlagility (DepartTime)が存在すれば、最初の要素の次のinnertext値を返します。しかし、これは、私は例外のnull参照を取得しているようだ。C#が、私は、このhtmlコードを持っている特定のXPath
は
foreach (var node in nodes)
{
if (node.InnerText.Trim() == DepartTime)
{
ReturnTime = node.ParentNode.SelectNodes("time")[1].InnerText.Trim();
}
}
ことによってそれを解決し