479又回到最初的起点~ 第1/5页
收藏 书架
479又回到最初的起点~0
479又回到最初的起点~1
479又回到最初的起点~2
479又回到最初的起点~3
479又回到最初的起点~4
479又回到最初的起点~5
479又回到最初的起点~6
479又回到最初的起点~7
479又回到最初的起点~8
479又回到最初的起点~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'); }); }