Try it like this: document.body.style.height = document.getElementById("page-main").clientHeight + 400 + 'px';. You have to specify the ...
確定! 回上一頁