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.
希望获得以下示例功能的答案和实际示例:
string str =" my \v question ";
并带有这些逃生标志:
\0
\r
\f
这些是可接受的序列字符列表。
Escape Sequence Character \a Bell (beep) \b Backspace \f Formfeed \n Newline \r Return \t Tab \\ Backslash \' Single quote \" Double quote \xdd Hexadecimal representation
http://www.gillius.org/ctut/app_a.htm