复制代码代码如下 :
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.onResize = 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";
};