Go语言之高级篇beego框架之cookie与session
1、cookie的用法 this.Ctx.SetCookie("name", name, maxage, "/") this.Ctx.SetCookie("pwd", Md5([]byte(p ...
1、cookie的用法 this.Ctx.SetCookie("name", name, maxage, "/") this.Ctx.SetCookie("pwd", Md5([]byte(p ...