我从我的 mysql 数据库中获取我的图像作为 longblob,我为你准备了一些代码。这在 chrome 中有效,但在 IE8 中,图像无法正确渲染,或者找不到 img。
<div class="car-image"><a href="carinformation.php?id='.$row["id"]. '"><img width="500px" height="200px" src="data:image/jpeg;base64,'. base64_encode($row["picture"]). '" />';