且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将文件名添加到.txt文件时出现问题

更新时间:2022-02-22 08:28:33

可能你需要像这样初始化你的fileStore变量:



Probably you need to initialize your "fileStore" variable like this :

List<string> fileStore = new List<string>();