📜  使用 javascript 代码示例在 html 中打招呼

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

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