当前位置 : 首页 > 漫画分类 > 职场漫画
开发经理的秘密/名片的真相
都市 职场 短篇
旅馆小可爱
都市 恋爱 BL 职场 日漫
桃色特工
都市 职场
桃色特工

最新章节: 第26话

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'); }); }