1. 程式人生 > >阻止ajax緩存方法

阻止ajax緩存方法

-c rev eval 標簽 方法 pragma 緩存 must ali

通過添加meta標簽

<meta http-equiv= "pragma" content= "no-cache"/> (pragma: 雜註)

<meta http-equiv= "Cache-Control" content= "no-cache, must-revalidate"/> (不緩存,必須重新開始)

<meta http-equiv= "expires" content= "Thu, 01 Jan 1970 00:00:01 GMT"/> (過期時間設為以前)

<meta http-equiv= "expires" content= "0"/> (立刻過期)

阻止ajax緩存方法