项目结构:

DemoPro:

  。。

  。。

  static/

    test.txt

  。。

router := gin.Default()
router.Static("/static", "./static")
router.GET(...........

 

相关文章:

  • 2019-11-17
  • 2021-05-11
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-12-21
猜你喜欢
  • 2021-10-30
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-03-11
相关资源
相似解决方案