type
status
date
slug
summary
tags
category
icon
password
string complexPath =
@"C:\new_folder\test.txt11@\\\\\\22121=-=-=++、、、|";
- \n:换行符,用于在字符串中插入一个新行。
- \r:回车符,将光标移动到当前行的开头。
- \t:制表符,用于在文本中插入一个制表位。
- \\:反斜杠,用于在字符串中插入一个反斜杠字符。
- \":双引号,用于在字符串中插入一个双引号字符,这在需要在字符串中表示双引号时非常有用。
- \':单引号,用于在字符串中插入一个单引号字符,通常用在字符字面量中。
- \0:空字符,用于标识字符串的结束。
- \a:警报(响铃)字符,用于产生系统警报声。
- \b:退格符,将光标向后移动一格。
- \f:换页符,用于在打印文档时开始新的一页。
- Author:JoyEasy每天开心
- URL:https://www.202060.xyz//article/e66a2f29-8cec-4ff0-a0fd-70881e4613bd
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!