这是我的代码:
window.open('','','width=300');
结果弹出窗口大于给定宽度.
有什么建议?
window.open('','width=200,height=100');
它对应于窗口的确切高度和宽度.
检查,请使用
window.innerHeight; //to display height window.innerWidth; //to display width