最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

useragent

运维笔记admin6浏览0评论

useragent

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. 暂无评论