标签:hone content 登录 -name 版本 name 号码 pat 最新
这个是让网站加入QQ登录接口,这段代码可放在<head></head>之间。
申请腾讯接口后,会得到这样的代码,加入接口之后,你的网站上面的注册登录功能,别人可以直接用QQ登录,省去注册的麻烦。
<meta name="apple-mobile-web-app-title" content="标题">
添加到主屏时的标题
<meta name="apple-mobile-web-app-capable" content="yes" />是否启用 WebAPP 全屏模式
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />状态条颜色
<meta name="format-detection" content="telephone=no" />屏蔽数字自动识别为电话号码
<meta name="msapplication-TileColor" content="#000"/>Windows 8 磁贴颜色
<meta name="msapplication-TileImage" content="icon.png"/>Windows 8 磁贴图标
标签:hone content 登录 -name 版本 name 号码 pat 最新
原文地址:http://www.cnblogs.com/ZCYlearningpath/p/6441389.html