app的meta

复制代码
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--必须联网才可以访问,禁止浏览器从本地计算机的缓存中访问页面内容-->
<meta http-equiv="Cache-Control" name="no-store" />
<!--no-cache:不缓存--><!--no-store:缓存但不存档-->
<!--user-scalable=no是专门针对页面不能进行缩放-->
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!--忽略页面中的数字识别为电话,忽略email识别,去除Android平台中对邮箱地址的识别-->
<meta content="telephone=no,email=no" name="format-detection" />
复制代码

 

posted on   粤Fun享越快樂  阅读(233)  评论(0编辑  收藏  举报

努力加载评论中...
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示