1 Star 1 Fork 1

xiaoyutab / xgotool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ua.go 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyutab 提交于 2023-08-31 17:05 . 调整部分代码的所属位置
package xgotool
import "gitee.com/xiaoyutab/xgotool/xstring"
// 根据UA获取详情信息
//
// user_agent_string UA拆分前的UA头
func Ua2info(user_agent_string string) xstring.UaInfo {
return xstring.Ua2info(user_agent_string)
}
Go
1
https://gitee.com/xiaoyutab/xgotool.git
git@gitee.com:xiaoyutab/xgotool.git
xiaoyutab
xgotool
xgotool
v0.3.13

搜索帮助