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(); });
时间: 2024-10-06 15:58:30