window.showModalDialog window refreshes this window

between html and body

<base target="_self"> 

Feel free to add a link

<a id="reload" href="本页面url" style="display:none"></a>

Trigger refresh with js

document.getElementById('reload').click();

Guess you like

Origin blog.csdn.net/wangyue4/article/details/129667094