基于base64链接图像源
I've been working on a chatroom project using node.js with the ability to send images. I was able to convert the image uploaded by the user, but I want to make it so that when you click it, it opens the source into a new tab. However, when I click it, it opens in an about:blank page. When I check the console of the about:blank page, I get this error message:
Error
这是我用于源代码和链接的代码。
有人知道问题是什么吗?谢谢
I've been working on a chatroom project using node.js with the ability to send images. I was able to convert the image uploaded by the user, but I want to make it so that when you click it, it opens the source into a new tab. However, when I click it, it opens in an about:blank page. When I check the console of the about:blank page, I get this error message:
Error
Here's the code I used for the source and the link.
Anyone know what the issue is? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该绕过它并实现同样的事情..
This should get around it and achieve the same thing..