页面回退不刷新

window.onpageshow = function (event) {
if (event.persisted) {
window.location.reload()
}
};

你可能感兴趣的:(页面回退不刷新)