chrome49以前版本在终端输入:
open -a "Google Chrome" --args --disable-web-security
chrome49以后版本在终端输入:
open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir
Chrome在Mac上的跨域设置
阅读 36
2022-08-03
chrome49以前版本在终端输入:
open -a "Google Chrome" --args --disable-web-security
chrome49以后版本在终端输入:
open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir
相关推荐
精彩评论(0)