我有一个脚本可以在Chrome中正常加载,但不能在FireFox或IE中加载。我得到
error console messages loading failed for the <script> "http://myfile.js"
。但是,如果我将脚本引用复制/粘贴到浏览器网址中,则会加载
当我将功能从该文件复制并粘贴到正在加载的html文档中时。它似乎有效。但这是一个肮脏的骇客
<script type="text/javascript" language="javascript" src="/agents/repeater_stats.js?rand=<%= rand(5000) %>"></script>