2021年9月28日
摘要: // 返回当前目录的路径 fileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "当前目录下的一个文件"); // 获取目标文件的内容 elementData = JObject.Parse(File.ReadAllText(f 阅读全文
posted @ 2021-09-28 09:53 2165843 阅读(14) 评论(0) 推荐(0)