折腾:
[已解决]Mac中Chrome运行js出错:XMLHttpRequest cannot load
需要给mac的launchpad中的程序
chrome
中加入启动参数:
–disable-web-security
以便于为了解决:
Access-Control-Allow-Origin’ header is present on the requested resource
的问题的。
之前已有的chrome,只能左键单击启动:
没法像windows中右击图标到属性中加入参数
mac chrome disable-web-security
解决 在Mac OS下开发html5+JS Chrome 浏览器 跨域 和 安全访问问题 – justinjing的专栏 – 博客频道 – CSDN.NET
“
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –disable-web-security
open -a "Google Chrome" –args –disable-web-security
”
搞得必须用命令行启动才行。。。
javascript – Disable same origin policy in Chrome – Stack Overflow
“open -a Google\ Chrome –args –disable-web-security”
使用 chrome 的 disable-web-security 参数跨域联调 – ishowshao
“open -a /Applications/Google\ Chrome.app –args –disable-web-security”
Allow-Control-Allow-Origin: * – Chrome 网上应用店
好像这个插件可以完成此效果
去安装试试,结果果然解决问题了: