📜  换行符:\n - Javascript 代码示例

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

代码示例1
console.log("Some Programming Languages:");

console.log("Python\nJavaScript\nJava\nC#\nSwift");

/*In addition to the newline character, there is also a special tab 
character, \t. Go back to the eight examples above and experiment with
using \t and \n.  */