设置元素的宽高为窗口的宽高:
$("#body").height($(window).height()); $("#body").width($(window).width());
MATLAB 程序出现错误总结
Linux命令笔记(一):思维导图