nodejs接收未备件的图像编码
当调用端点以在邮递员上接收图像时,我会在下面看到的视觉上接收图像: =“ https://i.sstatic.net/yjvzp.jpg” alt =“在此处输入图像说明”>
但是,当我从Visual Studio Code中调用它时,我会收到此格式:
显示我的Visual Studio代码是什么类型的编码?
When calling the endpoint to receive an image on postman I receive the image visually as you can see below :
However, when I call it from Visual Studio Code I receive this format:
What type of encoding is Visual Studio Code showing me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在Visual Studio代码中,您看到的是图像缓冲区,
但是,您使用 base64 用于光尺寸文件,最大尺寸 〜50 -60 MB
in visual studio code, what you see is the Image Buffer
however, you use the Base64 for light size files, max size ~50 -60 MB