useragent:通过Erlang中的用户代理字符串识别浏览器和操作系统

时间:2024-06-13 23:52:24
【文件属性】:

文件名称:useragent:通过Erlang中的用户代理字符串识别浏览器和操作系统

文件大小:147KB

文件格式:ZIP

更新时间:2024-06-13 23:52:24

Erlang

用户代理 Useragent是Erlang中Java 一个简约端口。 它实现了基本功能以找出操作系统和浏览器信息,但不会寻找准确的版本号。 建造 make 测试 make test 用法 函数useragent:parse/1可以接受iolist或二进制UserAgent,并将返回所需的详细信息: 1> useragent:parse("Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.8) PPC; 240x320; HTC_TyTN/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1"). [{browser,[{name,<<"IE Mobile 6">>}, {family,ie}, {type,mobile},


【文件预览】:
useragent-master
----.gitignore(89B)
----rebar(138KB)
----Makefile(300B)
----src()
--------useragent.erl(18KB)
--------useragent.app.src(202B)
----README.md(3KB)
----test()
--------useragent_tests.erl(38KB)

网友评论