桌面浏览器如何处理移动元标记?
具体来说,将包括 为移动和桌面浏览器提供的页面标题会影响在桌面浏览器中查看时的布局吗?
Specifically, would including <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
in the header of a page that is served to both mobile and desktop browsers affect the layout when viewed in a desktop browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。桌面浏览器不会出现任何问题。
No. It will cause no problems with desktop browsers.