Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.这个错误怎么解决
分析:浏览器为了安全性考虑,默认对跨域访问禁止。
解决:给浏览器传入启动参数(allow-file-access-from-files),允许跨域访问。
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files