<script src="script.js"></script> </body> </html>. 假如我要取得 h1 元素中的文字時: const h1 = document.querySelector('h1') console.log(h1.innerText)
確定! 回上一頁