`
为爱Debug
  • 浏览: 3461 次
  • 性别: Icon_minigender_1
  • 来自: 彗星
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

模态窗口刷新

阅读更多
html 代码:

<a id="reload" href="" style="display:none"></a> //模态链接

js 代码

this.target="_self";
var reload=document.getElementById('reload');
reload.href =  window.location.href + "&random="+Math.random();
reload.click();



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics