一、监听屏幕旋转为横屏
window.addEventListener("orientationchange", function() { alert(window.orientation); }, false);
二、