$imgUrl = '图片url';
if(file_exists($imgUrl)){
$imageInfo = getimagesize($imgUrl);
return 'data:' . $imageInfo['mime'] . ';base64,' . base64_encode(file_get_contents($imgUrl));
}
return '';
(adsbygoogle = window.adsbygoogle || []).push({});
来源:https://www.02405.com/archives/1947