适用于 jQuery Mobile 的用户代理列表

发布于 2024-10-20 01:50:10 字数 202 浏览 2 评论 0原文

我想实现 jQuery Mobile,但仅限于移动浏览器。

是否有一个简单的用户代理检测功能,它接受用户代理字符串并根据浏览器是否应该获取普通网站或移动网站返回 true/false?

这基本上是正则表达式匹配和编程语言无关的。但我会在服务器端的 Ruby on Rails、PHP 或 Cold Fusion 以及客户端的 JavaScript 中使用它。

I want to implement jQuery Mobile, but only for mobile browsers.

Is there a simple User Agent detection function that takes a User Agent string and returns true/false based on whether the browser should get a normal website or a mobile website?

This would basically be regular expression matching and programming language agnostic. But I would be using this in Ruby on Rails, PHP, or Cold Fusion on the server-side and in JavaScript on the client-side.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黯然#的苍凉 2024-10-27 01:50:10

这可能会有所帮助:

http://detectmobilebrowser.com/

另外,http://mobiforge.com/developing/blog/deviceatlas-jquerymobile 显然实际上检测到了对支持 JQM 的浏览器的支持。不幸的是它不是免费的!

This may be of some help:

http://detectmobilebrowser.com/

Also this, http://mobiforge.com/developing/blog/deviceatlas-jquerymobile which apparently actually detects support for JQM-capable browsers. Unfortunately its not free!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文