Mac下的Chrome或Safari访问跨域设置:
mac下终端启动Chrome
$ open -a Google\ Chrome --args --disable-web-security
或
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security
mac下终端启动Safari(试过没用!)
open -a '/Applications/Safari.app' --args --disable-web-security
MBP上使用模拟器Simulator.app调试网页步骤:
以上是sv参考前端牛人分享的博文后实践的操作总结,详细请看:
原文:在 iOS 模拟器中调试 Web 页面
Safari 前端开发调试 iOS 完美解决方案(iPhone/iTouch 等)