2016-01-30 27 views

回答

0

我找到了解決方案。

if (($(window).width() > 1024) || ($(window).height() >= 1024)){ 
     $(window).on("orientationchange",function(){ 
      location.reload(); 
     }); 
} 
相關問題