如何在 Revel 中获取客户端的 IP 地址?在 Beego 中:func (this *baseController) getClientIp() string { s := strings.Split(this.Ctx.Request.RemoteAddr, ":") return s[0]}
1 回答
- 1 回答
- 0 关注
- 204 浏览
添加回答
举报
0/150
提交
取消