我在尝试使用JavaScript加载css文件时遇到错误:XMLHttpRequest cannot load https://complice.co/m/user.css?3239. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
...但我加载它的域名是一样的!为什么它显示为Origin:null
?我只是使用基本的AngularJS $http.get(url)
来获取它。
此外,我非常确定此功能已经奏效,而且我没有改变任何事情。如果下次再次工作,我也不会感到惊讶。但我想知道的是 这个错误怎么可能发生呢?