@@ -33,7 +33,7 @@ func GetUserAgentInfo(r *http.Request) (u *UserAgentInfo) {
//平台信息
u.Platform = ua.Platform()
// 打印浏览器版本信息
- fmt.Println("UserAgent:", u)
+ //fmt.Println("UserAgent:", u)
return
}