app.Get("/", func(c *fiber.Ctx) error { // => Download report-12345.pdf})
app.Get("/", func(c *fiber.Ctx) error {
// => Download report-12345.pdf
})
本文档使用 全库网 构建