微信网页跳转页面常见bug处理1.不要直接用a链接直接跳转2.url后加上时间戳function gohome() { window.location.href = "../home/index.html?t="+new Date().getTime(); } ......
本文摘自 :https://www.cnblogs.com/
海量资源,尽在掌握
微信网页跳转页面常见bug处理1.不要直接用a链接直接跳转2.url后加上时间戳function gohome() { window.location.href = "../home/index.html?t="+new Date().getTime(); } ......
本文摘自 :https://www.cnblogs.com/
开通会员,享受整站包年服务