js控制span显示隐藏自定义方法hideElement()function hideElement(id) { document.getElementById(id).style.display = "none" } 2023-03-04JavaScript220