发布网友 发布时间:2022-04-29 14:32
共1个回答
热心网友 时间:2023-10-11 09:26
function open1( ){ window.open("页面1.html") ; } function open2( ){ open("页面1.html", "mywindow", "toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=320, height=380"); }