js返回上页并刷新 window.history.go(-1); window.location.reload(); 若上页含有框架,如iframe 则应为: window.history.go(-1); window.parent.location.reload();