$(function(){ if ($.browser.msie && $.browser.version=="6.0"){ var content='
'; content+='
'; content+=''; content+='提示:您正在使用IE6内核浏览器,为了您更好的使用网站功能,建议您升级IE浏览器或改用其他内核浏览器。'; content+=''; content+='
'; content+='
'; $("body").prepend(content); } });