when the recent official account project opens the return button on ios, the page flashes and looks it up on the Internet because ios kernel browsers have BF cache, but use it
window.addEventListener("pageshow",function (e) {
if (e.persisted) {
window.location.reload()
}
}
this method, e.persisted
has always been false
Why?