JavaScript 参考手册
Navigator userAgent 属性
您的浏览器发送的用户代理标题
源代码:
点击运行 »
<script> document.write("用户代理: " + navigator.userAgent); </script>
运行结果:
点击运行 »