<script type="text/javascript">
if(window.screen.width==0){window.location.replace("https://www.zxki.cn")};
var system={win:false,mac:false,xll:false};
var p = navigator.platform;
system.win=p.indexOf("Win")==0;
system.mac=p.indexOf("Mac")==0;
system.x11=(p=="X11") || (p.indexOf("Linux")==0);
if(system.win||system.mac||system.xll) {
location.replace("http://这里替换为你需要跳转的页面网址");
}
</script>
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来自GhostKylin‘S BLOG !
评论已关闭