$(window).width()也是获得浏览器宽度的方法,但它跟window.innerWidth是不同的。 1)$(window).width()需要引用jquery.js文件,它是jquery方法。而window ...
確定! 回上一頁