js学习五

设置元素的宽高为窗口的宽高:

$("#body").height($(window).height());
$("#body").width($(window).width());

 

你可能感兴趣的:(js学习五)