1、
id := context.Query("id")
name := context.Request.URL.Query().Get("name")
var u model.User
if context.Bind(&u) == nil {
fmt.Println(u.Id)
2、
// 獲取請求參數 id := context.Param("id") name := context.Param("username")
正在整理筆記,如雷同,請告知,必添加!
