js代码如下:
<script> $(function () { window.onpageshow = function (event) { if (event.persisted) { window.location.reload(); } } }); </script>