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.
我对 iphone 上的网站宽度有疑问。我添加了元标记:到标题,但我的网站仍然忽略了 iPhone 上的缩放。
您可以在http://dev.mooaed.com/找到我的网站
谢谢!
用这个替换你的视口元标记。我认为语法不正确。
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />