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.
我创建了一个 html 文件以在任何设备中响应。在 pc 中,当我调整浏览器大小时,它是完全响应的。但是当我在手机上测试时,它不是。链接在这里。 http://cutetheme.net/resp/ 谢谢
将此添加到您的头部标签中
<meta name="viewport" content="width=device-width, initial-scale=1.0">