window.onresize与$(window).resize()比较,window.onresize是直接给window的onresize属性绑定事件,只能有一个。也就是说后面的会覆盖前面。
確定! 回上一頁