GET请求的页面可以使用reload方法刷新,但是POST请求的页面reload方法失效。

此时使用:document.execCommand('Refresh'); 强制刷新页面

相关文章: