📜  js 提醒换行 - Javascript 代码示例

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

代码示例3
//alert function is used to prompt alert box 
//inside the quotes we write string to display 
//use \n to enter new line
alert("John\nJames\nSteve");