📜  JavaScript 字符串 - Javascript 代码示例

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

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