在手机端旋转手机方向监听事件处理相应的逻辑window.addEventListener('orientationchange',function(event){ console.log('屏幕方向发生改变') console.log('新方向:' + window.orientation ); })