Passing picture data into a component React, I am losing half of the picture data

前端 未结 0 743
野性不改
野性不改 2021-01-18 04:58

The picture I am using is from an MYSQL database, so I get the data and convert it using:

let binary = \'\';
let bytes = [].slice.call(new Uint8Array(buffer))         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题