c# winform How could I replace the code If-else not working

前端 未结 0 1622
渐次进展
渐次进展 2020-12-13 12:44
                string path = "abc\\\\ab.txt";
                string[] memo = System.IO.File.ReadAllLines(path);

                int totalLines = textBox         


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