h5手机点击返回键,刷新页面时间:2022-08-05 04:21:09在js中,加上一下代码: window.onpageshow = function(event) {if (event.persisted) {window.location.reload();}};