首页 > 移动平台 > 详细

HTML5 设置手机 meta 属性

时间:2016-03-27 02:19:21      阅读:314      评论:0      收藏:0      [点我收藏+]

手机设置 html5 meta 属性

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<meta name="author" content="wuyanshi"/>
<!-- 页面在客户端不缓存;must-revalidate 是针对某些浏览器通过返回按钮回到上一个标签而不重新加载 -->
<meta http-equiv="Cache-Control" content="must-revalidate,no-cache"/>
<!-- 页面刷新 -->
<meta http-equiv="refresh" content="321;"/>
<!-- 在iPhone的浏览器中页面将以原始大小显示,并不允许用户手动缩放 -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=no;"/>
<meta name="format-detection" content="telephone=no"/>
<!-- 默认手机最佳宽度 -->
<meta name="MobileOptimized" content="321"/>

?

HTML5 设置手机 meta 属性

原文:http://onestopweb.iteye.com/blog/2286398

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!