如何检测手机兼容的CLDC版本?
我目前正在开发移动基础 xhtml 网站。 在这个网站上我必须做下载页面。 为此,我需要检测兼容的 CLDC 版本的手机。 请帮我。
谢谢
i am currently working on mobile base xhtml site.
in this site i have to do download page.
for this i need to detect Compatible CLDC version of Phone.
please help me.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在服务器端,您读取应附加到任何 HTTP 请求的 HTTP“User-Agent”标头。
将其与 WFURL 进行匹配,找出支持该设备所需的操作(即调整生成的 CSS 代码)到手机屏幕尺寸...)。
Server side, you read the HTTP "User-Agent" header that should be attached to any HTTP request.
Match it against WFURL to figure out what you need to do to support the device (i.e. adapt your generated CSS code to the handset screen size...).