URL获取图片如下:http://localhost:7001/getFile/20201030/jpeg/LH4U0X42_1604047215470.jpeg希望可以通过url打开或下载图片
http://localhost:7001/getFile/20201030/jpeg/LH4U0X42_1604047215470.jpeg
后端除了设置ctx.set('content-type', 'image/jpeg');返回体要怎么设?
ctx.set('content-type', 'image/jpeg');
响应体就是图片的二进制内容啊,最好能直接sendfile,没有的话就用io读入图片内容然后直接写入响应就好
2.1m questions
2.1m answers
60 comments
57.0k users