模态窗口刷新

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();



你可能感兴趣的:(reload,模态窗口刷新)