尊敬的用户您好:本站只检测用户使用设备并不存储只云端!您可以关注本站并收藏!感谢您的喜欢和支持!
<script src="https://www.xladmin.com/huoqusuoyinjs/browser.js"></script>
<div class="wrapper">
<div class="container">
<div class="module">
<script>
var info = browser();
if(info.device!='Mobile'){
document.writeln('<div class="code">'+navigator.userAgent+'</div>\
<table>\
<thead>\
<tr>\
<th>浏览器</th>\
<th>版本</th>\
<th>内核</th>\
<th>操作系统</th>\
<th>设备</th>\
<th>语言</th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>'+info.browser+'</td>\
<td>'+info.version+'</td>\
<td>'+info.engine+'</td>\
<td>'+info.system+' '+info.systemVersion+'</td>\
<td>'+info.device+'</td>\
<td>'+info.language+'</td>\
</tr>\
</tbody>\
</table>\
<div class="code">'+JSON.stringify(info)+'</div>');
}else{
document.writeln('<div class="code">'+navigator.userAgent+'</div>\
<table>\
<thead>\
<tr>\
<th>浏览器</th>\
<th>版本</th>\
<th>内核</th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>'+info.browser+'</td>\
<td>'+info.version+'</td>\
<td>'+info.engine+'</td>\
</tr>\
</tbody>\
</table>\
<table>\
<thead>\
<tr>\
<th>操作系统</th>\
<th>设备</th>\
<th>语言</th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>'+info.system+' '+info.systemVersion+'</td>\
<td>'+info.device+'</td>\
<td>'+info.language+'</td>\
</tr>\
</tbody>\
</table>\
<div class="code">'+JSON.stringify(info)+'</div>');
}
</script>
<!-- 归属地编写-->
Comments | NOTHING
该文章已经关闭评论