function openWin() { window.open( 'win.html', '_blank', 'width=300,height=400,top=200,left=400' ); } //定义callback方法,用于回调function ...
確定! 回上一頁