2019独角兽企业重金招聘Python工程师标准>>> 首先,介绍一下屏幕对象: Screen对象 availHeight (除 Windows 任务栏之外) 。 availWidth (除 Windows 任务栏之外) 。 如果需要包括任务栏的就需要使用 screen.height 和 screen.width 咯! availWidth 属性声明了显示浏览器的屏幕的可用宽度 <a href="javascript:void window.open('https://www.sina.com.cn/ ','XX',' left=0,top=0,width='+ (screen.availWidth - 10) +',height='+ (screen.availHeight-50) +',scrollbars,resizable=yes,toolbar=no')">Open</a> 另外,刚开始查网上: 转载于:https://my.oschina.net/u/2552902/blog/543933 文章来源: https://blog.csdn.net/weixin_34248118/article/details/92327032