JS代码对当前页面/父页面/上级页面的刷新和重载:
//1,刷新上级页面
window.parent.main.document.location.reload();
//2,刷新当前页面
document.location.reload();