复制代码代码如下:
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" ؛
} ؛