open -a "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --args --allow-file-access-from-files --disable-web-security
出于安全原因Chrome不会加载本地文件。
open -a "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --args --allow-file-access-from-files --disable-web-security
出于安全原因Chrome不会加载本地文件。