2008年1月10日星期四

如何识别FireFox浏览器

if (window.navigator.userAgent.indexOf("Firefox")>=1){
//It is a firefox browser
......
}

没有评论: