1. 首页
  2. 数据库
  3. 其它
  4. user_agent:Go编程语言的HTTP用户代理解析器 源码

user_agent:Go编程语言的HTTP用户代理解析器 源码

上传者: 2021-02-08 13:20:29上传 ZIP文件 24.27KB 热度 12次
UserAgent是一个Go库,用于解析HTTP用户代理。 举个例子: package main import ( "fmt" "github.com/mssola/user_agent" ) func main () { // The "New" function will create a new UserAgent object and it will parse // the given string. If you need to parse more strings, you can re-use // this object and ca
用户评论