untitled.html:60 XMLHttpRequest cannot load file:///E:/XAMPP/htdocs/Ajaxdemo/text.php?number=1. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.document.getElementById.onclick @ untitled.html:60出现这种情况后百度说是Chrome不支持本地(file协议)的AJAX请求,所以我按照网上解决方法给chrome加上启动参数: --allow-file-access-from-files ,但是仍然出现这样的问题
http://www.cnblogs.com/micua/p/chrome-file-protocol-support-ajax.html