- 彈窗輸出: alert("hello world!")
- 控制台輸出: console.log("hello world!")
- 直接輸出: document.write("hello world!")
- 輸出到html元素: document.getElementById("demoid").innerHTML = "hello world!"
document.getElementById("demoid").innerText = "hello world! innerText"
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。