我正在使用以下
if ($dataprev['imagefile']!='' && getimagesize('http://localhost/branches/standard/uploads/' . $dataprev['imagefile']) !== false) {
$html .= ' <img src="http://localhost/branches/standard/uploads/' . $dataprev['imagefile'] . '" height="100" border="0"/>';
}
检查图像是否存在。由于某种原因,它不能很好地工作。该应用程序尝试加载一些未发现的图像。问题是什么以及如何做得更好?