function exchangeWindow(){ if(window.orientation == 0) { $(‘#helpimg‘).attr("src","/images/road/help_0.jpg"); } else{ $(‘#helpimg‘).attr("src","/images/road/help_90.jpg"); } } window.addEventListener("orientationchange",function(obj){ exchangeWindow(); });
原文:http://www.cnblogs.com/mengxingxinqing/p/3980204.html