摘要:
public string ConfigFile { get { if (String.IsNullOrEmpty(_configfile)) { //string assemblyFile = System.Reflection.Assembly.GetExecutingAssembly().Lo 阅读全文
摘要:
服务端代码: [HttpPost] public APIResult PostFormFile(string path) { try { //如果路径不存在,创建路径 if (!Directory.Exists(path)) return new APIResult() { status = -1, 阅读全文