网站 html 是这样的,我想要使用 curl 的嵌入代码。
概念
<div id="postdiscriptiontext">
<p>
<embed src="http://videobb.com/e/swLN6oRlzFby" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="540" height="599"/>
</p>
</div>
I tried like this
$html = str_get_html($links);
echo $html->find('div.postdiscriptiontext p')->innertext . '<br>';
这是我收到的错误 通知:尝试在第 96 行的 C:\xampp\htdocs\anicravefinal\viewanimevideo.php 中获取非对象的属性