项目结构:
DemoPro:
。。
。。
static/
test.txt
。。
router := gin.Default()
router.Static("/static", "./static")
router.GET(...........
项目结构:
DemoPro:
。。
。。
static/
test.txt
。。
router := gin.Default()
router.Static("/static", "./static")
router.GET(...........
转载于:https://www.cnblogs.com/zhzhlong/p/9591668.html