日期:2014-05-18  浏览次数:20506 次

怎么在点击按钮里实现刷新页面
怎么在点击按钮里实现刷新页面

------解决方案--------------------
function F5() {
window.opener.location.href=window.opener.location.href;
window.opener.location.reload(true);
}