I'm trying to use Goutte to scrape a web page and I can't find a DOMCrawler method to search for actual text. Let's say there's a td, but it has no class or ID. So, I need to search for let's say "Title" then get that tds next sibling.
DOMCrawler找到带有内部HTML文本的Tag
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
dongyu1614 2015-03-24 02:48关注First I would like to refer you to the DomCrawlers documentation on Node Filtering, specifically the DomCrawler::reduce() method and Accessing Node Values
If you aren't happy with accessing these then you can always drop down and use DOMNode properties
Of course you might have better luck with using XPath queries which are extremely powerful.
解决 无用评论 打赏 举报