我面临着奇怪的问题。我已经在 Apache Tomcat 目录中部署了图像和 js 文件,但它没有显示在页面上,并且出现了警告:
资源解释为图像,但使用 MIME 类型 text/html 传输:“http://localhost:8084/webApp/img/access.jpg”。
早些时候它工作正常,但现在 jquery 也无法正常工作,并且出现以下错误:
未捕获的 ReferenceError:未定义 jQuery
早些时候,此错误消息出现在 Firefox 中,但 Chrome 运行正常。但现在它也在 Chrome 中显示错误。
我也尝试过使用绝对路径但没有成功。
<script src="/webApp/jquery-1.7.2.min.js"></script>
<img src="http://localhost:8084/webApp/img/access.jpg"/>