Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发移动基础 xhtml 网站。在这个网站我必须做下载页面。为此,我需要检测兼容的 CLDC 版本的电话。请帮我。
谢谢
在服务器端,您阅读了应该附加到任何 HTTP 请求的 HTTP“User-Agent”标头。
将其与WFURL匹配以确定您需要做什么来支持该设备(即使您生成的 CSS 代码适应手机屏幕尺寸...)。