tob主题使用360浏览器和搜狗浏览器的兼容模式出现乱码或无法显示
tob主题使用360浏览器和搜狗浏览器的兼容模式出现乱码或无法显示
共以下 1 个回答:
把下面这串代码复制到自定义CS式样中试试:
<script>
if (!!window.ActiveXObject || "ActiveXObject" in window) {
//判断是否IE浏览器
var str = "为了您更好地访问网站内容,推荐您使用Chrome浏览器、360浏览器极速模式,不要使用IE或者其他浏览器的兼容模式。";
document.writeln(
"<pre style='text-align:center;color:#fff;height:32px;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234;background-color:#2651ba;'>" +
"<h2 style='margin-bottom:0'><strong>" +
str +
"<br/></strong></h2></pre>"
);
}
</script>
<script>
if (!!window.ActiveXObject || "ActiveXObject" in window) {
//判断是否IE浏览器
var str = "为了您更好地访问网站内容,推荐您使用Chrome浏览器、360浏览器极速模式,不要使用IE或者其他浏览器的兼容模式。";
document.writeln(
"<pre style='text-align:center;color:#fff;height:32px;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234;background-color:#2651ba;'>" +
"<h2 style='margin-bottom:0'><strong>" +
str +
"<br/></strong></h2></pre>"
);
}
</script>