Development
用户代理解析器
解析用户代理字符串以提取浏览器、操作系统、设备和引擎信息
json· JSON 结果
快速开始
用三种语言从你的代码中调用此工具。
cURL
curl -X POST 'https://api.elysiatools.com/zh/api/tools/new-user-agent-parser' \
-H 'Content-Type: application/json' \
-d '{"userAgent":"Enter the User Agent string to parse..."}'