Vue action: Recieve image via websocket

前端 未结 0 916
眼角桃花
眼角桃花 2020-11-27 23:08

I have a flask backend, which sends an image to the vue frontend as described here:

with open(\'my_image_file.jpg\', \'rb\') as f:
    image_data = f.read()
e         


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