标签: c#
我想将文本文件存储到字符串数组中,当我使用控制台应用程序时它没有工作
string [] a = System.IO.File.ReadTextLines(@"Path");
一旦我在Windows应用商店中尝试此方法,它就无法正常工作