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.
我有一个类别模板页面,我需要根据视口调用 2 个不同的循环,第一个循环用于移动设备,第二个用于桌面。
我发现的唯一解决方案是通过某个插件留在浏览器中的 cookie 中继,因此在我的情况下并不适用。
任何帮助深表感谢!
本文介绍了几种方法。主要的依赖于一个cookie,比如你的插件,所以在第一次点击页面时需要重新加载才能获取服务器端的信息。
如果这种方法不起作用,文章底部还有一些其他选项。
您没有机会让您的网站响应并处理 CSS 中的差异吗?