控制瀏覽器窗口的能夠縮放的最小高度和寬度

$(window).resize(function(){ if(document.body.clientHeight<700){ alert(「禁止縮放」); window.resizeTo(document.body.clientHeight,300); } }); 寬度同理web
相關文章
相關標籤/搜索