To hide an element, set the display property to none : document.querySelector('.btn').style.display = 'none';. To show an element, ...
確定! 回上一頁