首頁 > 問答 > 主體
var box;
window.onload=function () {
box=document.getElementById("box");
}
box.style.height="400px";