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.
如果用户在他们的移动设备和平板电脑设备上打开我们的网站,我正在寻找一种解决方案,将他们重定向到我们的移动版网站。如果用户愿意,我们还希望用户可以选择访问我们的公共网站。两者都是 .NET 网站。
我快速浏览了一下,发现有 javascript 检测库,但我想在服务器端使用一些东西,比如 51 度
你会帮助我们实现这一目标吗?
干杯。
您是否尝试过使用媒体查询?您可以使用它来检测窗口大小并应用适当的 CSS。