Initial commit

This commit is contained in:
2026-04-13 15:40:15 +08:00
commit 02810617db
40 changed files with 849 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
单引号\\'
string str = "\\'123\\'"
双引号
str = "\\"123\\""
换行
str = "1\n23"
斜杠
str = "12\\\3"
以下不常用
制表符\t
光标退格\b
红字符\0
#入门