js screen size check
js screen size check
js 屏幕尺寸检测
window.screen API
screen;
window.screen.width;
window.screen.height;
how to get the real screen size in js
https://stackoverflow.com/questions/65462643/how-to-get-the-real-screen-size-by-using-js
window.innerWidth & window.outerWidth & window.screen.width;
window.innerWidth;
window.innerHeight;
window.outerWidth;
window.outerHeight;
window.screen.width;
window.screen.height;
https://youtu.be/TUtg7xDKloI?t=323
refs
https://developer.mozilla.org/en-US/docs/Web/API/Screen
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/14196710.html
未经授权禁止转载,违者必究!