判断当前 Internet Explorer 浏览器的版本。
该方法获取 navigator.userAgent 的值,并截取该值字符串,得到版本数字。
<script type="text/javascript" > alert( $.Browse.IEVer() ) ; </script>