P粉9550636622023-08-29 00:22:49
@media(宽度)< /code>
和 @media(高度)
a> 值 const vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) const vh = Math.max(document.documentElement.clientHeight || 0, window.innerHeight || 0)
window.innerWidth
a> 和 window.innerHeight
一个>@media(宽度)< /code> 和 @media (height)
其中包括滚动条
initial-scale
和缩放变化可能会导致移动错误缩小到 PPK 所谓的视觉视口的值并且小于@media
值在 IE8 中未定义
-document.documentElement .clientWidth
和 .clientHeight
@media(宽度)
和@media(高度)
jQuery(window).width()
jQuery 调用 浏览器视口