第32话心间的小乌龟 第1/12页
收藏 书架
第32话心间的小乌龟0
第32话心间的小乌龟1
第32话心间的小乌龟2
第32话心间的小乌龟3
第32话心间的小乌龟4
第32话心间的小乌龟5
第32话心间的小乌龟6
第32话心间的小乌龟7
第32话心间的小乌龟8
第32话心间的小乌龟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'); }); }