📜  js 中的字符串 - Javascript 代码示例

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

代码示例6
let longString = "This is a very long string which needs " +
                 "to wrap across multiple lines because " +
                 "otherwise my code is unreadable.";