摘要: Window.open()方法参数详解 1, 最基本的弹出窗口代码 window.open('page.html');2, 经过设置后的弹出窗口 window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, 阅读全文
posted @ 2017-05-19 15:39 大洋与小样 阅读(182) 评论(0) 推荐(0) 编辑