📜  如何使用 javascript 代码示例在 html 中打印 hello world

📅  最后修改于: 2022-03-11 15:02:18.530000             🧑  作者: Mango

代码示例4
//how to print hello world in html using javascript
document.write("Hello World");