C#: New line and tab characters in strings

前端 未结 6 1429
名媛妹妹
名媛妹妹 2021-01-17 07:40
StringBuilder sb = new StringBuilder();
sb.Append(\"Line 1\");
//insert new line character
//insert tab character
sb.Append(\"Line 2\");
using (StreamWriter sw = new         


        
6条回答
提交回复
热议问题