在head里加上下面代码即可清除页面js缓存 <meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Cache-Contro
在head里加上下面代码即可清除页面js缓存
<meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Cache-Control" content="no-cache" /><meta http-equiv="Expires" content="0" />