我使用该命令chrome --new-window htp://www.example.com/
打开一个 url,但是页面是使用缓存中保存的最后一个打开的。
有没有办法从命令行打开 URL 强制加载忽略缓存?
谢谢!
我使用该命令chrome --new-window htp://www.example.com/
打开一个 url,但是页面是使用缓存中保存的最后一个打开的。
有没有办法从命令行打开 URL 强制加载忽略缓存?
谢谢!
添加开关--disable-application-cache
应该可以工作。以隐身方式启动它 ( --incognito
) 也可能有效。另请参阅此处了解更多命令行开关。
尝试以下命令:
/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 Qana 上的 Chrome 版本 54.0.2840.100(64 位)
但除非我先退出浏览器,否则它不会让我退出任何网站。