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.
我知道您可以使用媒体查询加载不同的 CSS 表,但是如果有一堆内容和几十个 div,您根本不想在较小的设备上显示。当您为大型设备进行非常复杂的设计时,有没有办法为非常简单的移动页面加载完全不同的 HTML 集?
一个想法是让页面适合小型设备,然后在 javascript 的帮助下加载额外的内容
尝试学习一些负责任的网站。像 Bootstrap 这样的框架已经使用了你正在寻找的东西。