当没有任何服务器访问时,甚至会出现此问题.index.html只是访问一些本地存储的JavaScript文件:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="timeline.js"></script>
</head>
<body>
<p>The Body</p>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
当在浏览器中显示时,Chrome会说:
Resource interpreted as Script but transferred with MIME type text/plain:
file:///D:/Workspace/timeline/examples/engel-timeline/timelineReusable.v0.0/timeline.js".
Run Code Online (Sandbox Code Playgroud)
我怎么能压制这个消息?(添加'内容类型'没有帮助!)