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