如何将byte []显示为img

时间:2017-07-06 15:40:56

标签: javascript json gson

我使用GSON获得了java webapp。 GSON将图像从db放入json。它看起来像是:

"image":{"buf":[00,00...],"pos":50,"mark":50,"count":163790}

我试图用类似的东西把它显示为图像

$("#question_image").attr("src","data:image/jpeg;base64," + image.buf);

但它不起作用。我不知道为什么。

感谢您的帮助!

0 个答案:

没有答案