Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Ruby 中将长字符串拆分为多行?
我有一些长字符串:
`This is a long and awesome command!`
我怎么能写成两行?请注意,字符串中没有 CR 或 LF。
谢谢!