let myWindow=window.open('','','width=640,height=860'); myWindow.document.write('<p>新页面</p>') myWindow.focus();