querySelector () 的時候,選取器的方式要像 css 的方式一樣當選取 id 元素時: document.querySelector('#title');. 當選取 class 元素時: document.querySelector(' ...
確定! 回上一頁