Mar*_*ark 6 ruby xml xpath nokogiri
有没有办法使用Nokogiri来完成以下任务xpath()?
xpath()
doc.xpath("//pod[@id=or('anid','anotherid')]")
jas*_*sso 9
尝试 doc.xpath("//pod[@id='anid' or @id='anotherid']")
doc.xpath("//pod[@id='anid' or @id='anotherid']")
归档时间:
13 年,10 月 前
查看次数:
2442 次
最近记录:
9 年,4 月 前