$.browser.chrome = /chrom(e|ium)/.test(navigator.userAgent.toLowerCase());
if ($.browser.chrome) {
$("#divshow").css("display","none");
} else {
$("#divshow").show();
}

posted on 2019-12-17 15:22  心意如水hucuie22  阅读(185)  评论(0编辑  收藏  举报