JavaScript 参考手册
Navigator platform 属性
您的浏览器使用哪个平台编译
源代码:
点击运行 »
<script> document.write("硬件平台: " + navigator.platform); </script>
运行结果:
点击运行 »