2019独角兽企业重金招聘Python工程师标准>>>
1 使用chrome浏览器加载静态资源文件(css、js等)异常导致cssh和js文件不生效,具体报错如下: Resource interpreted as Stylesheet but transferred with MIME type text/html 原因应该是网页文档类型不一致导致的 最终的解决方案是删除html页面的声明, 参考这个方法解决:http://blog.csdn.net/lamanchas/article/details/77647521