瀏覽器的視窗大小被改變時觸發的事件window.onresize

菅志平發表於2020-10-27

當瀏覽器的視窗大小被改變時觸發的事件window.onresize

window.onresize = function(){ 
    alert("onresize");
}

相關文章