摘要:
放 // 使用FileStream读取文件 using (FileStream fileStream = new FileStream(localDestZipFullName, FileMode.Open, FileAccess.Read)) { // 创建一个内存流 using (MemoryS 阅读全文
摘要:
在Program.cs中加入配置 app.UseStaticFiles(); // 在这里,我们指定了自定义的静态文件目录 "/custom-static" app.UseStaticFiles(new StaticFileOptions { FileProvider = new Microsoft 阅读全文