怎么在点击按钮里实现刷新页面怎么在点击按钮里实现刷新页面[解决办法]function F5() { window.opener.location.href=window.opener.location.href; window.opener.location.reload(true); }