window.onresize 是直接給window的onresize屬性綁定事件,只能有一個。也就是說後面的會覆蓋前面。例如: window.onresize = function(){ ...
確定! 回上一頁