$html = file_get_html("http://www.example.com");
foreach ($html->find('h2[class="entry-title"]') as $data)
{
echo $data;
};
上面的代码有什么问题吗?我得到了以下错误
org.hibernate.exception.SQLGrammarException:你的错误 SQL语法;查看与MySQL服务器对应的手册 正确的语法版本,以便在this_.sequence_no附近使用 ASC'在第1行
答案 0 :(得分:0)
formFiledsIds
不是空的。当列表中没有发送任何内容时,我遇到了这样的错误。
只需检查列表大小,如果它是空的,则返回空列表作为结果。