我使用命令chrome --new-window htp://www.example.com/
打开一个网址,但是使用缓存中保存的最后一个页面打开了页面。
有没有办法从命令行打开URL,强制加载忽略缓存?
谢谢!
答案 0 :(得分:2)
添加开关--disable-application-cache
应该有效。以隐身身份(--incognito
)开始也可能有效。有关更多命令行开关,请参阅here。
答案 1 :(得分:1)
尝试以下命令:
/usr/bin/google-chrome-stable --new-window --aggressive-cache-discard --disable-notifications --disable-remote-fonts --disable-reading-from-canvas --disable-remote-playback-api --disable-shared-workers --disable-voice-input --enable-aggressive-domstorage-flushing https://stackoverflow.com/questions/12544664/open-an-url-in-chrome-without-using-the-cache-via-command-line#12545236 %U &
适用于Linux Mint Qiana的 Chrome版本54.0.2840.100(64位)
但除非我先退出浏览器,否则它不会让我退出任何网站。