我在 localhost 中的代码有问题,我使用 wampserver。
我没有找到错误和解决方案。
错误如下:
注意:未定义的偏移量:第 74 行 C:\wamp\www\Test.php 中的 0
$html = curl_exec($ch);
[...]
preg_match_all("(<title>(.*)<\/title>)siU", $html, $title);
$metas = get_meta_tags($url, 1);
/* Line 74 */ $title = $title[1][0];
$titulo = html_entity_decode("$title", ENT_QUOTES, 'UTF-8');
$descripcion = isset($metas["description"])?$metas["description"] : '';
$keywords = isset($metas["keywords"])?$metas["keywords"] : '';
他们怎么能解决?
问候和感谢!