📜  显示 mwssage js - Javascript 代码示例

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

代码示例1
//Direct String
alert("Your message here.");
//with variable
const msg = "This is my message!"
alert(msg)