某WEB程序中需要用php 动态产生javascript,但是有一天使用CDN之后,这个就不能用了,谷歌浏览器爆出了一些错误,如下: refused to execute script from 'http://*/common.php' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. 忽然想到,这个文件没有header标记,随写添加一句: header("Content…