我想使用简单的html dom
$html = new simple_html_dom();
$html->load_file($my_url);
$items = $html->find($my_parser);
我无法阅读我的$ items
die(print_r($items));
我有这个错误
“Le site Webanrencontréuneerreur inattendue.Veuillez essayer de nouveau plus tard。”
请问好吗? 谢谢
答案 0 :(得分:0)
我现在可以更好地阅读错误
错误:调用null dans上的成员函数find()simple_html_dom-> find()..
功能是
function find($selector, $idx=null, $lowercase=false)
{
return $this->root->find($selector, $idx, $lowercase);
}
and die('root ='。$ this-> root);返回null