jQuery 维度函数
$(window).width() 和 $(window).height()
$(window).width()
$(window).height()
@media(宽度)
@media(高度)
const vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) const vh = Math.max(document.documentElement.clientHeight || 0, window.innerHeight || 0)
window.innerWidth
window.innerHeight
@media(宽度) 和 @media (height) 其中包括滚动条
@media (height)
initial-scale
@media
在 IE8 中未定义
document.documentElement .clientWidth
.clientHeight
jQuery(window).width()
matchMedia
jQuery 维度函数
$(window).width()
和$(window).height()
跨浏览器
@media(宽度)
和@media(高度)
a> 值window.innerWidth
a> 和window.innerHeight
一个>@media(宽度) 和
@media (height)
其中包括滚动条initial-scale
和缩放变化可能会导致移动错误缩小到 PPK 所谓的视觉视口的值并且小于@media
值在 IE8 中未定义
-document.documentElement .clientWidth
和.clientHeight
@media(宽度)
和@media(高度)
jQuery(window).width()
jQuery 调用 浏览器视口资源
matchMedia
来获取精确的任何单位的尺寸