1、最简洁高效:chrome快捷方式后加上 --args --disable-web-security
关闭所有chrome,修改快捷方式,添加以上参数,如
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --disable-web-security
支持跨域AJAX,修改header后还是能正常跨域
详见:http://www.qianduan.org/post-214.html
2、ff:安装cors插件
缺陷:插件不好下载,有些FF版本没有状态栏找不到插件位置
另外,就是修改了请求头header后 无法跨域AJAX
组件的下载,见之前的文章:http://www.jslover.com/code/521.html
3、IE8、9
详见:http://www.qianduan.org/post-304.html
评论回复