5

コマンドを使用しchrome --new-window htp://www.example.com/てURLを開きますが、キャッシュに最後に保存されたものを使用してページが開かれます。

キャッシュを無視してロードを強制するコマンドラインからURLを開く方法はありますか?

ありがとう!

4

2 に答える 2

5

スイッチの追加は機能する--disable-application-cacheはずです。シークレットモードで起動する(--incognito)も機能する場合があります。その他のコマンドラインスイッチについては、こちらも参照してください。

于 2012-09-22T15:46:02.637 に答える
5

次のコマンドを試してください。

/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ビット)で機能します。

ただし、最初にブラウザを終了しない限り、どのサイトからもログアウトされません。

于 2017-07-29T07:29:14.413 に答える