JavaScript 参考手册
Navigator appName 属性
返回浏览器的名称
源代码:
点击运行 »
<script> document.write("浏览器名称: " + navigator.appName); </script>
运行结果:
点击运行 »