标签: window.open html5-fullscreen
我正在尝试使用window.open全屏打开新的浏览器窗口,但其全屏在这里无法正常工作。
let params = 'scrollbars=no,resizable=no,minimizable=no,status=no,location=no,toolbar=no,menubar=no,width=1396,height=750,left=0,top=0'; window.open('student-test', 'student-test', params);