• 00
  • :
  • 00
  • :
  • 00
摘要: public string ConfigFile { get { if (String.IsNullOrEmpty(_configfile)) { //string assemblyFile = System.Reflection.Assembly.GetExecutingAssembly().Lo 阅读全文
posted @ 2021-02-18 22:07 Garson_Zhang 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 服务端代码: [HttpPost] public APIResult PostFormFile(string path) { try { //如果路径不存在,创建路径 if (!Directory.Exists(path)) return new APIResult() { status = -1, 阅读全文
posted @ 2021-02-18 14:23 Garson_Zhang 阅读(411) 评论(0) 推荐(0) 编辑