最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

useragent

IT圈 admin 4浏览 0评论

useragent

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>title</title><script>// 通过userAgent可以判断用户浏览器的类型console.log(window.navigator.userAgent);//通过platform可以判断浏览器所在的系统平台类型.//console.log(window.navigator.platform);</script>
</head>
<body></body>
</html>

 

useragent

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>title</title><script>// 通过userAgent可以判断用户浏览器的类型console.log(window.navigator.userAgent);//通过platform可以判断浏览器所在的系统平台类型.//console.log(window.navigator.platform);</script>
</head>
<body></body>
</html>

 

发布评论

评论列表 (0)

  1. 暂无评论