在大多数情况下,您可能只想更改元素的display属性: element.style.display = 'none'; // Hide element.style.display = 'block'; // Show element.style.display ...
確定! 回上一頁