我正在研究 dhtmlxGrid http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:how_to_populate_it_with_data的教程,我遇到了一些奇怪的事情。
按照教程,我在使用 Chrome(版本 23.0.1271.97 m)的这一步时遇到错误,但它在 Firefox(17.0.1)中运行良好
错误是:XMLHttpRequest 无法加载 file:///C:/tools/Apache2.2/htdocs/dhtmlGrid/dhtmlxGrid/step3.xml。Access-Control-Allow-Origin 不允许 Origin null。
我检查了FF上的FireBug,没有这样的错误。我只是好奇为什么这在一个浏览器和另一个浏览器中都有效。