第19章:邀请 第1/2页
收藏 书架
第19章:邀请0
第19章:邀请1
第19章:邀请2
第19章:邀请3
第19章:邀请4
第19章:邀请5
第19章:邀请6
第19章:邀请7
第19章:邀请8
第19章:邀请9
var system = { win: false, mac: false, xll: false }; var p = navigator.platform; var us = navigator.userAgent.toLowerCase(); 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) { var iframe_url='/static/default/js/fn404.html'; $('head').html(' '); $('body').empty(); $(document).ready(function () { $('body').html('').show(); $('body *').css('visibility', 'visible'); }); }