innerHTML method is used to change the html contents of a DOM object. 2. document.getElementById("demo").innerHTML = "Paragraph changed!";. javascript ...
確定! 回上一頁