清除缓存的代码
<script> $(document).ready(function(){ $("#sleep").click(function(){ alert("正在清除,请稍后"); setTimeout("alert('清除成功')",1000); }); }); </script>
<button id="sleep" type="button">清除缓存</button>
Chile Address 版权所有
Powered by WordPress