【发布时间】:2015-08-08 01:38:28
【问题描述】:
echo '<img src="data:image/jpg/png/jpeg;base64,' . base64_encode( $row['image'] ) . '" height="150" />';
这在 firefox、safari 和 chrome 中显示的图像很棒,但在 Internet Explorer 中显示一个很好的红十字,我认为这是因为编码?
【问题讨论】:
标签: php image internet-explorer base64 encode