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.
我知道在 C# 中,当我们需要在其中使用特殊字符作为字母时,我们可以对字符串使用运算符。就像%"!@#*&#Y!@#*&!@#\123"。有谁知道我们如何在 Ruby 上做到这一点?
%"!@#*&#Y!@#*&!@#\123"
在 Ruby 中,您可以使用'or"作为字符串分隔符。前者不会在字符串中进行任何特殊字符处理,甚至不会像\n; 后者确实如此。
'
"
\n