js对iframe刷新强制不检查缓存做法

版权声明:请尊重原创 https://blog.csdn.net/Ag_wenbi/article/details/81511211
<head>
    <meta http-Equiv="Cache-Control" Content="no-cache" />
    <meta http-Equiv="Pragma" Content="no-cache" />
    <meta http-Equiv="Expires" Content="0" />
</head>

猜你喜欢

转载自blog.csdn.net/Ag_wenbi/article/details/81511211