document.getElementById("id").style.display = "none"; //隐藏 document.getElementById("id").style.display = "block"; //显示