Set img src from Byte Array

后端 未结 3 1838
不思量自难忘°
不思量自难忘° 2020-12-01 21:50

I need to set the img src property from a byte array that I have in a Object.


    

        
3条回答
  •  [愿得一人]
    2020-12-01 22:29

    I use this site to convert images to the base64 byte array data, it gives me the tags in html and css so I just upload and copy/paste.

    http://base64.wutils.com/encoding-online/

提交回复
热议问题