📌  相关文章
📜  警告框中的 javascript 换行符 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:09.395000             🧑  作者: 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");