摘要: document.getElementById('div2').style.display = (document.getElementById('div2').style.display=="block") ? "none" : "block"; 阅读全文