c# winform read notepad line int i = 0; i < 5; i++

后端 未结 0 909
栀梦
栀梦 2020-12-13 00:47
string path = "xx\\\\xx.txt";
                    string[] memo = System.IO.File.ReadAllLines(path);
                    int totalLines = textBox2.Lines.Le         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题