微信网页跳转页面常见bug处理 1.不要直接用a链接直接跳转 2.url后加上时间戳 function gohome() { window.location.href = "../home/index.html?t="+new Date().getTime(); } 相关文章: 2022-12-23 2021-12-09 2021-11-23 2021-12-19 2021-12-19 2021-05-01