Commit bfe8a0b8 authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents 5a1de4ab b4e1f248
...@@ -13,11 +13,11 @@ namespace Edu.Test ...@@ -13,11 +13,11 @@ namespace Edu.Test
//filePath = @"C:/Users/qiaoyajun/Desktop/EduWordTemplate.doc"; //filePath = @"C:/Users/qiaoyajun/Desktop/EduWordTemplate.doc";
//var data = Common.Data.QuestionHelper.GetWordQuestionData(filePath); //var data = Common.Data.QuestionHelper.GetWordQuestionData(filePath);
string newPath = @"G:\NewWords"; //string newPath = @"G:\NewWords";
string filePath = @"G:\Words"; //string filePath = @"G:\Words";
var list = Common.Plugin.FileHelper.GetFileAllPath(filePath, newPath); //var list = Common.Plugin.FileHelper.GetFileAllPath(filePath, newPath);
string str = Common.Plugin.JsonHelper.Serialize(list); //string str = Common.Plugin.JsonHelper.Serialize(list);
Console.WriteLine(str); //Console.WriteLine(str);
Console.ReadKey(); Console.ReadKey();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment