Frameworks
Package type
Options

1 package returned for Tags:"bot-detector"

  • 提取浏览器名称、浏览器版本号、系统名称、系统版本号、是否为爬虫 ### 使用 (Usage) ``` var uap = new UAParser.Parsers(userAgent); var clientEntity = uap.GetClient(); var deviceEntity = uap.GetDevice(); var osEntity = uap.GetOS(); var botEntity... More information