关键词:
window.matchMedia("(orientation: portrait)")
@media (min-width: 700px) and (orientation: landscape) { ... }
orientationchange事件
关键词:
window.matchMedia("(orientation: portrait)")
@media (min-width: 700px) and (orientation: landscape) { ... }
orientationchange事件
本文标题:移动端横屏竖屏判断
本文链接:https://www.haomeiwen.com/subject/dujbfctx.html
网友评论