检测浏览器版本信息

 

点击这里看效果


在 <body> 与 </body> 之间加入:

<SCRIPT>
document.write("版本 "+navigator.appVersion);
</SCRIPT>