为了您的最佳体验,请先升级浏览器

谷歌浏览器V71.0.3578.98

Google Chrome 是一款快速、简单且安全的网络浏览器,能很好地满足新型网页对浏览器的要求。国内无法打开官网。

火狐浏览器V64.0

快,只为更好。采用了实力强悍的新型引擎Quantum,更具性能优势。页面载入更好、更快,占用内存更少。出色的设计,灵动的功能,让上网体验更智能。真正的隐私浏览,强大的隐私浏览模式附加了跟踪保护功能。

360安全浏览器V10.0

360浏览器是中国使用人数最多的浏览器,也是最注重安全的浏览器。采用先进的恶意网址拦截技术,可自动拦截挂马、欺诈、网银仿冒等恶意网址。强大、好用、设计人性化、安全快速!

OperaV57.0.3098.106

快速、安全又易用的浏览器。Opera 浏览器让您畅享网络世界。浏览器现在内置有广告拦截功能。国内无法通过官网直接下载。

IE11V11

Internet Explorer 11,不支持Windows XP,一般不推荐使用。目前微软已经升级为EDGE,仅为Win10可用,Win10自带。一些政府类网站可能会要求必须使用ie浏览器(可以用国产浏览器兼容模式)。

QQ浏览器V9.7

QQ浏览器始终追求最极致的浏览体验。采用全新架构,并针对IE内核全面优化,全新的微信电脑版,让您边上网边聊天,更有强大的安全保障为您的账号保驾护航,为用户带来更轻、更快、更安全的浏览体验。

html头部建议
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">

源码实例:查看

JS 头部简易提示
(function(w){if(!("WebSocket"in w&&2===w.WebSocket.CLOSING)){var d=document.createElement("div");d.className="browsehappy";d.innerHTML='<div style="width:100%;height:100px;font-size:20px;line-height:100px;text-align:center;background-color:#E90D24;color:#fff;margin-bottom:40px;">\u4f60\u7684\u6d4f\u89c8\u5668\u5b9e\u5728<strong>\u592a\u592a\u65e7\u4e86</strong>\uff0c\u592a\u592a\u65e7\u4e86 <a target="_blank" href="http://browsehappy.osfipin.com/" style="background-color:#31b0d5;border-color: #269abc;text-decoration: none;padding: 6px 12px;background-image: none;border: 1px solid transparent;border-radius: 4px;color:#FFEB3B;">\u7acb\u5373\u5347\u7ea7</a></div>';var f=function(){var s=document.getElementsByTagName("body")[0];if("undefined"==typeof(s)){setTimeout(f,10)}else{s.insertBefore(d,s.firstChild)}};f()}}(window));
JS 直接跳转
(function(w){if(!("WebSocket"in w&&2===w.WebSocket.CLOSING)){w.location.replace("http://browsehappy.osfipin.com/");}}(window));

本页HTML代码可以复制到自己域名下直接使用。