复制代码代码如下:
window.onload = function(){
var height = document.body.clientheight;
document.getElementById(“ vivs”)。style.height =(高度-20) +“ px”;
document.getElementById(“ emd”)。style.height =(高度-20) +“ px”;
document.getElementById(“ ob”)。style.height =(高度-20) +“ px”;
};
window.sonresize = function(){
高度= document.body.clientheight;
document.getElementById(“ vivs”)。style.height =(高度-20) +“ px”;
document.getElementById(“ emd”)。style.height =(高度-20) +“ px”;
document.getElementById(“ ob”)。style.height =(高度-20) +“ px”;
};