1JavaScript返回Internet Explorer浏览器版本号。function msieversion()
 2JavaScript返回Internet Explorer浏览器版本号。// Return Microsoft Internet Explorer (major) version number, or 0 for others.
 3JavaScript返回Internet Explorer浏览器版本号。// This function works by finding the "MSIE " string and extracting the version number
 4JavaScript返回Internet Explorer浏览器版本号。// following the space, up to the semicolon
 5}


同样可以用这种方法判断是否为IE浏览器。

1JavaScript返回Internet Explorer浏览器版本号。function isIE()
2}

 

相关文章: