在微信浏览器中 location.reload() 不刷新解决方案(直接调用方法)

1、问题

  在微信浏览器中,需要时刷新当前页面。

  正常情况下我们直接使用 location.reload 方法来刷新。


2、解决方法

function realod(){
var {search,href} = window.location;
href = href.replace(/&?t_reload=(\d+)/g,'')
window.location.href = href+(search?'&':'?')+"t_reload="+new Date().getTime()
}

3、转载自:https://blog.csdn.net/qq_38323724/article/details/84967734

To approve a single suggestion, mouse over it and click "✔"
Click the bubble to approve all of its suggestions.
上一篇:java向图片上写字,两个图片合并的方法


下一篇:Mono4安装教程