如何使用WAP页面查找手机型号
我打算做一个WAP页面来提供一个软件。
现在我需要找出登录我网页的客户使用的手机型号,以便我可以将他/她重定向到适当的下载链接。
这与 Opera 在 Opera Mini 网站上所做的类似。 当您登录时,它会找到您的型号并将您发送到链接“
我如何将其添加到我的网站”。
I am planning on making a WAP page to provide a software.
Now i need to find out what mobile phone model the client who logs into my webpage is using so that i can redirect him/her to the appropriate download link.
This is similar to what opera does on their opera mini site. When you log in it finds out your model and sends you to the link
How can i add this to my site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有多种基于发出请求的 UserAgent 来确定移动设备的解决方案。 (某些解决方案还使用其他因素。)
尝试查看:
WURFL
MDBF
DeviceAtlas
DetectRight
Volantis a>
MobileAware
Mvila
UAProf
您用于创建页面的技术也会影响上述哪一个是最适合您的解决方案。
There are a number of solutions for determining mobile device, based on the UserAgent making the request. (Some solutions use other factors as well.)
Try looking at:
WURFL
MDBF
DeviceAtlas
DetectRight
Volantis
MobileAware
Movila
UAProf
The technology you are using to create your pages will also affect which of the above is the best solution for you.
mobiforge.com(设备图集背后的人员)是一个提供一些教程的很棒的网站,wurfl 上也有大量真正的开源软件
A great website with some tutorials is mobiforge.com (the people behind device atlas), also plenty of true open source software at wurfl