js的window对象 1.子窗口方法 function testOpen(){ window.open('son.html','newwindow','height=400, width=600, top=100px,left=320px, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes,location=no, status=yes'); } 注意: 关闭页面的方法window.close(),但是此方法只能关闭open方法打开