当我运行 jsp 页面时,没有显示图像。为什么?
我在浏览器中遇到的错误是:“资源解释为图像,但使用 MIME 类型 text/html 进行传输”....请帮助我现在该怎么做..
the error i got in browser is:"Resource interpreted as image but transferred with MIME type text/html"....please help me what to do now..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请将 MIME 类型设置为
image/jpg
或适当的图像,或者您的图像应与标头
Content-type: image/png
或适当的一起发送please set MIME type to
image/jpg
or appropriate or imageyour image should be sent with header
Content-type: image/png
or appropriate