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