📜  如何在 js 中写笔记 - Javascript 代码示例

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

代码示例1
//this is a comment of one sentence. you dont have to close it

window.alert("hello");

/*this is a comment that lasts until it closes

you can try it!!*/

window.alert("Hi");