载入页面自动加载js方法 载入页面自动加载js方法实现关闭当前窗口:
window.onload=function(){ closeAndReload();}function closeAndReload(){ window.close();}