chrome Access-Control-Allow-Origin

一般情况下,在chrome中运行一些含Ajax请求的界面原型时,会抛出下面错误: 

XMLHttpRequest cannot load file:///D:/eclipse/workspace/uiTest/WebContent/table1.html. Origin null is not allowed by Access-Control-Allow-Origin. 

从网上看到了解决办法,记下来以备忘: 

给chrome加上启动参数: 

--allow-file-access-from-files 

就可以了(需要关闭所有chrome窗口重启浏览器)。

你可能感兴趣的:(chrome Access-Control-Allow-Origin)