返回
心录历程
首页
JS(我的磨)判断客户端类型
2015-08-01 03:00:14 -0400
此代码
仅
供
参
考
代码说明
添加说明文字
html代码
<style> /* 桌面设备 */ body[data-sk-mobile="false"] { font-size: 16px;} /* 移动设备 */ body[data-sk-mobile="true"] { font-size: 14px;} </style> <script type="text/javascript"> 'use strict'; /* 检查用户标识 */ document.body.setAttribute('data-sk-mobile',(navigator.userAgent.search(/mobi/i)!==-1)?'true':'false'); </script>
代码演示
“粘贴代码”
【本站仅供参考,版权归原作者所有】
«Newer
Older»
Comment:
Name:
Back to home
Subscribe
|
Register
|
Login
|
N