I'm having trouble displaying a Base64 image inline.
(我在内联显示Base64图像时遇到问题。)
Can someone point me in the right direction?
(有人可以指出我正确的方向吗?)
<!DOCTYPE html>
<html>
<head>
<title>Display Image</title>
</head>
<body>
<img style='display:block; width:100px;height:100px;' id='base64image'
src='data:image/jpeg;base64, LzlqLzRBQ...<!-- base64 data -->' />
</body>
</html>
ask by Christopher translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…