刷新iframe

<button onclick="document.getElementById('frame').contentWindow.location.reload(true)">刷新</button>
<iframe id="frame" src=""></iframe>
原文地址:https://www.cnblogs.com/lvyueyang/p/7476664.html