Hello, thank you for the great product! I think, XPath-like selectors feature would be great:
$attributeValue = $html->find_xpath('element/child@attributeName'); $es = $html->find_xpath('items/item[@type=test]');
嗯,非常赞同。xpath很方便,比css选择器有时候更方便快捷。
Log in to post a comment.
嗯,非常赞同。xpath很方便,比css选择器有时候更方便快捷。