摘要: 数据绑定和解析 1 package main 2 3 import ( 4 "net/http" 5 6 "github.com/gin-gonic/gin" 7 ) 8 9 type Login struct { 10 User string `form: "username" json: "us 阅读全文
posted @ 2019-11-28 12:22 尘归风 阅读(243) 评论(0) 推荐(0)