gin如何多次shoubind一个请求参数

gin多次绑定请求参数 package main import ( "fmt" "net/http" "time" "github.com/gin-gonic/gin" ) // resp 返回 func resp(c *gin.Context, code int, msg string) { c.

你可能感兴趣的:(gin如何多次shoubind一个请求参数)