Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想知道使用 jquery 是否有任何优势
$(window).width(); $(window).height();
改变浏览器的尺寸
window.resizeTo( w,h );
如果你要改变它们呢?
不是真的,但window.resizeTo( w,h );更短。