猿问

如何在 Go/Revel 中获取客户端 IP 地址

如何在 Revel 中获取客户端的 IP 地址?


在 Beego 中:


func (this *baseController) getClientIp() string {

    s := strings.Split(this.Ctx.Request.RemoteAddr, ":")

    return s[0]

}


Smart猫小萌
浏览 205回答 1
1回答
随时随地看视频慕课网APP

相关分类

Go
我要回答