就一句话

 var path = AppContext.BaseDirectory;

生成文件就几句话

StreamWriter sw = new StreamWriter(path + "123.json");
sw.Write("hahhaha");
sw.Close();

 

相关文章:

  • 2021-11-12
  • 2021-11-12
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2021-11-12
  • 2021-11-12
  • 2021-09-15
  • 2021-11-12
相关资源
相似解决方案