跨平台移动端横竖屏事件横竖屏事件window.addEventListener("orientationchange", function() { alert(window.orientation);}, false);