慕标5832272
onunload时加个时间戳 <script>
document.write(new Date())
window.onunload = function (e) {
location = location.pathname + (location.search ? location.search.replace(/([&\?])_=\d+/, '$1_=' + new Date().getTime()) : '?_=' + new Date().getTime())
}
</script>