会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iveBoy
博客园
首页
新随笔
联系
管理
2022年2月11日
Gin框架系列之请求参数传递
摘要: 一、路径参数 func main() { router := gin.Default() // This handler will match /user/john but will not match /user/ or /user router.GET("/user/:name", func(c
阅读全文
posted @ 2022-02-11 07:43 iveBoy
阅读(861)
评论(0)
推荐(0)
编辑
公告
TOP