This commit is contained in:
2024-02-09 13:41:40 +08:00
parent 41a1dc8a4f
commit 913c725fe1
4 changed files with 15 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ public class Test
while (!reader.EndOfStream)
{
var str = await reader.ReadLineAsync();
// char a;
char a;
// foreach (var c in str)
// {
// a = c;