HTMLAgility を使用してノード選択に OR 句を入れることはできますか
(HtmlAgilityPack.HtmlNodeCollection)doc.DocumentNode.SelectNodes("//td[@class=\"roomPrice figure\"]");
私が必要としているのは、そうあるべき時とそうあるSelectNodes("//td[@class=\"roomPrice figure\"]");
時があることですSelectNodes("//td[@class=\"roomPrice figure bb\"]");
いずれかのクラスを取得する必要がありますroomPrice figure
ORroomPrice figure bb
どうすればこれを達成できますか。
ご協力いただきありがとうございます