Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - kmjsd.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 18:55:28 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://www.kmjsd.com/
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RNphaZAL55QmDQLXKrGjZ8Irr2Ks1Pm6xyQN0DpnY7BbHiUdazIPiKdMXSMNlbMzjoqfcZpSQSy4b%2FrEonB%2BiIpxGcdQKWjXxlA1tyFpX2kpHxhpgCZrThI1CpBDrN%2BBGAIoL45urkM%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93f45ec8bc46f5de-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=27438&min_rtt=27438&rtt_var=13719&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.kmjsd.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 18:55:28 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Cache-Control: no-cache
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pVniDrdKMQb96%2FFsZ0awFa4oITZCC6DpGgIlRIJPCNwsqM%2FdDhraE8eo3UHZnwmD7knNirOczouWb6NswETnlMy5erkOvD6iAvDuezQvA2M1jlfcuSlDPViOrH1n8TqI44D8EGjvJ%2FRYDPiE"}]}
CF-RAY: 93f45ecb2a55cad1-HAM
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: kmjsd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
        <title>读书族小说网 - 经典小说,重温旧梦</title>
        <meta name="keywords" content="读书族小说网,免费小说下载,全本小说阅读,网络小说,全本小说,免费全本小说" />
        <meta name="description" content="读书族小说网网提供网络小说分享社区和书友交流平台,让您与志同道合的书友分享阅读的快乐。" />
        
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <meta http-equiv="Cache-Control" content="no-transform" />
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <link href="/static/bluebm/css/bootstrap.min.css" rel="stylesheet">
    <link href="/static/bluebm/css/style.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css">
    <link href="/static/bluebm/css/a.css" rel="stylesheet">
    <script type="text/javascript" src="/static/bluebm/js/jquery.min.js"></script>
    <script src="/static/bluebm/js/jquery.cookie.min.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/b.m.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/17mb.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/17mbbase.js"></script>
    <script src="https://cdn.staticfile.org/crypto-js/4.1.1/crypto-js.js"></script>
    <script type="text/javascript">
    function x(encryptedData, key, iv) {
  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);
  const ivBytes = CryptoJS.enc.Base64.parse(iv);
  const keyBytes = CryptoJS.enc.Utf8.parse(key);
  const decrypted = CryptoJS.AES.decrypt(
    { ciphertext: ciphertext },
    keyBytes,
    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }
  );
  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);
 return decryptedText;
  
}
    </script>

    </head>
    <body>
    
    <nav class="navbar navbar-default navbar-fixed-top">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                    <span class="sr-only">读书族小说网</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="https://www.kmjsd.com">读书族小说网</a>
            </div>
            <div id="navbar" class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
  
                    
                        
                        <li class="navitem" nav="cat_1" ><a href="/fenlei/dushi/1/">&#37117;&#24066;</a></li>
                    
                        
                        <li class="navitem" nav="cat_2" ><a href="/fenlei/yanqing/1/">&#35328;&#24773;</a></li>
                    
                        
                        <li class="navitem" nav="cat_3" ><a href="/fenlei/xuanhuan/1/">&#29572;&#24187;</a></li>
                    
                        
                        <li class="navitem" nav="cat_4" ><a href="/fenlei/xianxia/1/">&#20185;&#20384;</a></li>
                    
                        
                        <li class="navitem" nav="cat_5" ><a href="/fenlei/lishi/1/">&#21382;&#21490;</a></li>
                    
                        
                        <li class="navitem" nav="cat_6" ><a href="/fenlei/wangyou/1/">&#32593;&#28216;</a></li>
                    
                        
                        <li class="navitem" nav="cat_7" ><a href="/fenlei/kehuan/1/">&#31185;&#24187;</a></li>
                    
                        
                        <li class="navitem" nav="cat_8" ><a href="/fenlei/nvsheng/1/">&#22899;&#29983;</a></li>
                    
                        
                        <li class="navitem" nav="cat_9" ><a href="/fenlei/qita/1/">&#20854;&#23427;</a></li>
                    
                    <li class="navitem"><a href="/pai/allvisit/1/" class="dropdown-toggle" >榜单 </a></li>
                </ul>
                <form class="navbar-form navbar-right hidden-sm hidden-xs" id="post" name="t_frmsearch" method="post" action="/search">
                    <input type="text" class="form-control form-search" placeholder="输入书名/作者" id="s_key" name="searchkey">
                    <input name="searchtype" id="type" type="hidden" value="all">
                    <input type="submit" class="form-control btn-search" value="搜索">
                </form>
            </div>
        </div>
    </nav>
    <div class="xin visible-xs visible-sm">
        <div class="col-md-12" style="margin:5px 0 20px 0 ">
            <form id="post" name="t_frmsearch" method="post" action="/search">
                <div class="col-sm-12">
                    <div class="input-group">
                        <input name="searchtype" id="type" type="hidden" value="all">
                        <input type="text" class="form-control input-lg frm-search" value=""  placeholder="输入书名/作者" name="searchkey" id="s_key" autocomplete="off">
                        <span class="input-group-btn">
                         <button class="btn btn-info btn-lg" type="submit"><span class="glyphicon glyphicon-search"></span></button>
                    </span>
                    </div>
                </div>
            </form>
        </div>
    </div>

    <div class="container">
        <div class="row visible-xs visible-sm">
            <div class="col-md-12" style="margin:5px 0 20px 0 ">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="glyphicon glyphicon-tower" aria-hidden="true"></span> 网友热搜
                    </div>
                    <div class="panel-body panel-recommand"  >
                        <ul class="list-inline px12">
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/17771/">&#25105;&#30340;&#20065;&#26449;&#20081;&#20262;&#21490;</a>(&#20116;&#33457;&#29942;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/12971/">&#34987;&#21453;&#22797;&#29190;&#28818;&#30340;&#31038;&#30044;</a>(&#19968;&#39063;&#26417;&#30722;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/3364/">&#12304;&#103;&#98;&#12305;&#30701;&#31687;</a>(&#40314;&#26541;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/2571/">&#27599;&#22825;&#37117;&#34987;&#31168;&#24681;&#29233;</a>(&#38182;&#37324;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/71207/">&#19987;&#23646;&#30452;&#25773;&#38388;</a>(&#22805;&#22934;&#22829;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/2405/">&#22320;&#19979;&#22478;&#39740;&#21073;&#26080;&#21452;</a>(&#38472;&#26045;&#35946;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/1560/">&#23047;&#33655;&#65288;&#20844;&#23219;&#20135;&#20083;&#65289;&#20892;&#26449;&#31961;&#27721;&#32;&#49;&#23545;&#49;&#32;&#72;</a>(&#31859;&#39277;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/3430/">&#21890;&#39281;&#25105;&#65288;&#24180;&#19979;&#39640;&#72;&#65289;</a>(&#21556;&#24736;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/4078/">&#12304;&#31070;&#22899;&#36171;&#12305;&#39640;&#72;&#29256;&#23567;&#35828;</a>(&#23567;&#24378;)</li>
                            
                            
                            <li><a href="https://www.kmjsd.com/shuwu/2030/">&#38750;&#31105;&#24524;&#20851;&#31995;</a>(&#38463;&#23572;&#27861;&#29399;&#34507;)</li>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </ul>
                    </div>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="col-sm-12 col-md-12">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="glyphicon glyphicon-tower" aria-hidden="true"></span> 读书族小说网为您推荐
                    </div>
                    <div class="panel-body panel-recommand">
                        
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/7034/">
                                            <img src="https://www.kmjsd.com/images/5776/4eee9d98cc9dfd1be1d233af4561c50a.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/7034/" >&#30007;&#37197;&#30340;&#36335;&#32447;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%86%99%E5%A4%8F/">&#20889;&#22799;</a>
                                        </div>
                                        <p class='book-intro-index'>&#19977;&#21313;&#23681;&#30340;&#22788;&#30007;&#27931;&#29647;&#30495;&#30340;&#25104;&#20026;&#20102;&#39764;&#27861;&#24072;&#32;&#33707;&#21517;&#20854;&#22937;&#31359;&#21040;&#24615;&#21551;&#33945;&#30340;&#30334;&#19975;&#23383;&#29572;&#24187;&#31181;&#39532;&#40644;&#25991;&#37324;&#65292;&#25104;&#20026;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/7034/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/19371/">
                                            <img src="https://www.kmjsd.com/images/18113/f87778b1b1064119f1438ba885400f0a.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/19371/" >&#21313;&#19977;&#27425;&#21578;&#30333;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E9%99%8C%E9%A2%96/">&#38476;&#39062;</a>
                                        </div>
                                        <p class='book-intro-index'>&#29992;&#19968;&#21477;&#35805;&#24418;&#23481;&#36825;&#26412;&#20070;&#65306;&#19985;&#22899;&#32654;&#22899;&#20108;&#20803;&#21402;&#33080;&#30382;&#36861;&#29233;&#20840;&#35760;&#24405;&#32;&#63;&#40;&#63;&#32;&#63;&#32;&#51;&#63;&#41;&#63;&#63;&#32;&#22899;&#36861;&#30007;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/19371/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/20005/">
                                            <img src="https://www.kmjsd.com/images/18747/fab49d4cbf810e7fd38fb127b7bb034f.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/20005/" >&#25105;&#24320;&#20185;&#23665;&#21457;&#23478;&#33268;&#23500;&#20859;&#29483;&#29483;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E4%B9%94%E5%AD%90%E6%BE%88/">&#20052;&#23376;&#28552;</a>
                                        </div>
                                        <p class='book-intro-index'>&#12304;&#25991;&#26696;&#12305;&#21018;&#27605;&#19994;&#30340;&#32701;&#36731;&#33311;&#31351;&#22256;&#28518;&#20498;&#65292;&#21364;&#24847;&#22806;&#33719;&#24471;&#20102;&#30334;&#19975;&#36951;&#20135;&#12290;&#36951;&#20135;&#26159;&#19968;&#24231;&#23665;&#65292;&#21644;&#19968;&#21482;&#36461;&#39277;&#23567;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/20005/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/33900/">
                                            <img src="https://www.kmjsd.com/images/32642/f63346213b1d13a1a3dc4495c68c168a.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/33900/" >&#24615;&#26412;&#24694;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%8F%B8%E9%A9%AC%E9%BD%90/">&#21496;&#39532;&#40784;</a>
                                        </div>
                                        <p class='book-intro-index'>&#21490;&#33922;&#22827;&#45;&#24615;&#24958;&#36229;&#24378;&#30340;&#30007;&#20027;&#35282;&#31179;&#29611;&#45;&#30007;&#20027;&#22899;&#21451;&#33673;&#23045;&#45;&#30007;&#20027;&#32769;&#26495;&#30340;&#22899;&#20799;&#65292;&#28846;&#21451;&#26149;&#21326;&#45;&#31179;&#29611;&#20146;&#22992;&#65292;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/33900/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/54202/">
                                            <img src="https://www.kmjsd.com/images/52944/e32267522d54e6ae6f9ec132658196d4.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/54202/" >&#24102;&#30528;&#22909;&#21451;&#31359;&#20116;&#38646;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E7%A7%A7%E6%BC%BE/">&#31207;&#28478;</a>
                                        </div>
                                        <p class='book-intro-index'>&#26187;&#50;&#48;&#49;&#56;&#45;&#48;&#53;&#45;&#50;&#54;&#32;&#23436;&#32467;&#32;&#24635;&#20070;&#35780;&#25968;&#65306;&#49;&#56;&#51;&#50;&#32;&#24403;&#21069;&#34987;&#25910;&#34255;&#25968;&#65306;&#59;&#32;&#25991;&#26696;&#65306;&#32;&#20116;&#20010;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/54202/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/60736/">
                                            <img src="https://www.kmjsd.com/images/59478/1ad16d2b0b39e995db9495d0f4fe5558.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/60736/" >&#40644;&#33993;&#21518;&#20256;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E8%93%9D%E6%9C%88/">&#34013;&#26376;</a>
                                        </div>
                                        <p class='book-intro-index'><a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/60736/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/70137/">
                                            <img src="https://www.kmjsd.com/images/68879/b5380bfdb30bd21ff9bd87e99578a644.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/70137/" >&#22902;&#29399;&#20182;&#21676;&#20303;&#20102;&#25105;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%97%B7%E5%91%9C/">&#22007;&#21596;</a>
                                        </div>
                                        <p class='book-intro-index'>&#20239;&#33714;&#36825;&#36744;&#23376;&#30340;&#24895;&#26395;&#23601;&#26159;&#36538;&#24179;&#20570;&#19968;&#20010;&#28216;&#25163;&#22909;&#38386;&#30340;&#32424;&#32468;&#23500;&#23478;&#23376;&#24351;&#32;&#20294;&#21487;&#24796;&#65292;&#20182;&#30340;&#29238;&#20146;&#26159;&#19968;&#21517;&#36138;&#23448;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/70137/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/78670/">
                                            <img src="https://www.kmjsd.com/images/77412/e06adb7e7b149c575798fbba2ea6d8fd.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/78670/" >&#21407;&#26469;&#27515;&#20826;&#26159;&#21452;&#24615;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E6%B2%A1%E6%9C%89%E5%90%8D%E5%AD%97A111111/">&#27809;&#26377;&#21517;&#23383;&#65;&#49;&#49;&#49;&#49;&#49;&#49;</a>
                                        </div>
                                        <p class='book-intro-index'>&#38738;&#26757;&#31481;&#39532;&#65292;&#20174;&#24188;&#20799;&#22253;&#23601;&#19968;&#36215;&#29609;&#65292;&#21608;&#25991;&#21364;&#27809;&#21457;&#29616;&#23395;&#30333;&#26159;&#21452;&#24615;&#20154;&#12290;&#32;&#23395;&#30333;&#24456;&#33510;&#24700;&#65292;&#21021;&#20013;&#30340;&#26102;&#20505;&#20182;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/78670/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/106159/">
                                            <img src="https://www.kmjsd.com/images/104901/c97e0c5c1504aed429fec4beb552be93.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/106159/" >&#26611;&#19978;&#20043;&#20113;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/sofu%E5%AE%88%E8%99%8E/">&#115;&#111;&#102;&#117;&#23432;&#34382;</a>
                                        </div>
                                        <p class='book-intro-index'>&#32599;&#20113;&#19968;&#30452;&#20599;&#20599;&#26263;&#24651;&#30528;&#27809;&#26377;&#20154;&#20250;&#19981;&#24819;&#23233;&#30340;&#97;&#108;&#112;&#104;&#97;&#19978;&#23558;&#21016;&#34915;&#65292;&#30452;&#21040;&#20182;&#21457;&#29616;&#19978;&#23558;&#30340;&#32922;&#23376;&#22909;&#20687;&#24930;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/106159/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/109355/">
                                            <img src="https://www.kmjsd.com/images/108097/4b7f796aedb6964136c685c27a20c982.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/109355/" >&#24322;&#19990;&#30343;&#32773;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E6%9A%97%E5%BD%B1%E5%B8%9D%E7%9A%87%E5%A4%A9/">&#26263;&#24433;&#24093;&#30343;&#22825;</a>
                                        </div>
                                        <p class='book-intro-index'>&#22312;&#20940;&#38660;&#22823;&#38470;&#65292;&#33021;&#21542;&#25104;&#20026;&#30343;&#32773;&#65292;&#36825;&#24182;&#19981;&#26159;&#35201;&#30475;&#19968;&#20010;&#20154;&#30340;&#20986;&#36523;&#65292;&#32780;&#26159;&#35201;&#30475;&#36825;&#20010;&#20154;&#30340;&#27668;&#36136;&#12289;&#33021;&#21147;&#65307;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/109355/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/133404/">
                                            <img src="https://www.kmjsd.com/images/132146/397cf16f0a404084bc5abbc9d6cbd5a5.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/133404/" >&#24555;&#31359;&#20043;&#39118;&#27969;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/boston/">&#98;&#111;&#115;&#116;&#111;&#110;</a>
                                        </div>
                                        <p class='book-intro-index'><a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/133404/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/142947/">
                                            <img src="https://www.kmjsd.com/images/141689/07601e0a31b7ce7230d6a6d818d6eb08.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/142947/" >&#28165;&#26411;&#29983;&#27963;&#24405;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%8D%81%E6%9C%88%E4%BA%8C%E5%8D%8A/">&#21313;&#26376;&#20108;&#21322;</a>
                                        </div>
                                        <p class='book-intro-index'>&#19981;&#19968;&#26679;&#30340;&#28165;&#26397;&#26411;&#24180;&#65292;&#19981;&#19968;&#26679;&#30340;&#20140;&#22478;&#20154;&#29983;&#65292;&#19981;&#19968;&#26679;&#30340;&#29983;&#27963;&#36873;&#25321;&#65292;&#30830;&#27963;&#20986;&#29575;&#24615;&#33258;&#25105;&#12290;&#32;&#19981;&#30693;&#36825;&#28165;<a style="color:#ff0000" href="https://www.kmjsd.com/shuwu/142947/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="row">
                <div class="col-sm-8 col-md-8">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                            <span class="glyphicon glyphicon-star" aria-hidden="true"></span> 今日更新
                            <span style='float:right;'></span>
                        </div>
                        <div class="panel-body" >
                            <table class="table">
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#29572;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/56757/">&#25379;&#33073;&#32;&#40;&#103;&#108;&#32;&#102;&#117;&#116;&#97;&#41;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/55/56757/1126613.html">&#22312;&#26377;&#23458;&#20154;&#30340;&#23458;&#21381;&#20570;&#29233;&#49;&#65288;&#24494;&#65289;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%98%8E%E5%A4%A9%E5%86%8D%E8%AF%B4%E5%90%A7qaq/">&#26126;&#22825;&#20877;&#35828;&#21543;&#113;&#97;&#113;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#29572;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215961/">&#27494;&#36947;&#38271;&#38738;&#65292;&#20174;&#25429;&#24555;&#24320;&#22987;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215961/1007704.html">&#31532;&#49;&#48;&#49;&#31456;&#32;&#31070;&#24217;&#31934;&#33521;&#23567;&#38431;&#24378;&#34892;&#31361;&#22260;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E4%BA%91%E9%A3%9E%E7%BE%8A/">&#20113;&#39134;&#32650;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/204383/">&#24614;&#28982;&#24515;&#21160;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/203/204383/2523947.html">&#31532;&#50;&#49;&#56;&#31456;&#32;&#29275;&#32780;&#36924;&#20043;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E4%BD%9B%E7%B3%BB%E5%92%8C%E5%B0%9A/">&#20315;&#31995;&#21644;&#23578;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215962/">&#35753;&#20320;&#24403;&#25105;&#24651;&#29233;&#20891;&#24072;&#65292;&#20320;&#24590;&#20040;&#33258;&#25105;&#25915;&#30053;&#65311;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215962/1007695.html">&#31532;&#49;&#48;&#50;&#31456;&#32;&#26152;&#22825;&#26202;&#19978;&#65292;&#20320;&#25954;&#21160;&#21527;&#65311;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%B0%8F%E9%BE%99%E7%9A%84%E7%AC%94/">&#23567;&#40857;&#30340;&#31508;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/156549/">&#36861;&#20320;&#26102;&#20320;&#19981;&#22312;&#24847;&#65292;&#25105;&#35746;&#23130;&#20320;&#21741;&#20160;&#20040;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/155/156549/3191002.html">&#31532;&#50;&#50;&#55;&#31456;&#32;&#20182;&#24819;&#27714;&#23130;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%B2%91%E5%92%AA/">&#23697;&#21674;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/58282/">&#23448;&#36884;&#65306;&#26435;&#21147;&#24005;&#23792;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/57/58282/1126611.html">&#31532;&#49;&#54;&#57;&#49;&#31456;&#32;&#38470;&#23041;&#19978;&#38376;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E4%BB%BB%E9%A3%8E%E8%90%A7/">&#20219;&#39118;&#33831;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215039/">&#20081;&#19990;&#37070;&#20013;&#65292;&#24320;&#23616;&#39046;&#23545;&#21315;&#37329;&#23567;&#22992;&#24403;&#23219;&#22919;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/213/215039/1007593.html">&#31532;&#49;&#49;&#55;&#31456;&#32;&#25429;&#24555;&#36827;&#26449;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%8F%B6%E7%BC%BA/">&#21494;&#32570;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20185;&#20384;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/197339/">&#19996;&#30343;&#32043;&#31821;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/196/197339/2766192.html">&#31532;&#19968;&#19977;&#20108;&#31456;&#32;&#21313;&#20843;&#26522;&#33293;&#21033;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E4%B8%80%E7%82%81%E5%8C%96%E4%B8%89%E6%B8%85/">&#19968;&#28801;&#21270;&#19977;&#28165;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/52387/">&#40560;&#35270;&#29436;&#39038;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/51/52387/1126598.html">&#31532;&#19968;&#21315;&#20845;&#30334;&#20108;&#21313;&#20845;&#31456;&#32;&#20320;&#26159;&#24067;&#25919;&#20351;&#65292;&#19981;&#26159;&#23665;&#22823;&#29579;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%BC%A0%E9%80%9A%E6%98%8E/">&#24352;&#36890;&#26126;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20185;&#20384;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215945/">&#36877;&#36965;&#34892;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215945/1007591.html">&#31532;&#21313;&#20843;&#31456;&#32;&#27946;&#22659;&#20043;&#28798;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E7%99%BE%E4%B8%96%E7%BB%8F%E7%BA%B6/">&#30334;&#19990;&#32463;&#32438;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/204482/">&#20861;&#20154;&#25915;&#30053;&#65306;&#37027;&#21643;&#20102;&#65292;&#36825;&#20123;&#25105;&#37117;&#24819;&#35848;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/203/204482/2523945.html">&#31532;&#50;&#48;&#55;&#31456;&#32;&#23567;&#21095;&#22330;&#88;&#51;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E9%87%8E%E8%BD%A8/">&#37326;&#36712;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215958/">&#26411;&#19990;&#31359;&#36234;&#65292;&#20320;&#20204;&#24590;&#20040;&#19981;&#21507;&#32905;&#65311;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215958/1007457.html">&#31532;&#49;&#48;&#51;&#31456;&#32;&#39118;&#27874;&#24694;&#65292;&#23421;&#23376;&#20937;&#34180;&#24323;&#23396;&#22367;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E8%9F%B9%E8%9F%B9%E8%9F%B9%E5%AE%9D%E5%AE%9D/">&#34809;&#34809;&#34809;&#23453;&#23453;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215960/">&#37325;&#29983;&#20986;&#23233;&#21069;&#65292;&#30127;&#25209;&#20061;&#21315;&#23681;&#32544;&#25105;&#20837;&#39592;&#65281;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215960/1007401.html">&#31532;&#49;&#48;&#49;&#31456;&#32;&#23435;&#23478;&#20154;&#37325;&#29983;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%8D%83%E9%87%8C%E6%BA%B6%E6%BA%B6/">&#21315;&#37324;&#28342;&#28342;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/215959/">&#37325;&#29983;&#19971;&#38646;&#65306;&#21069;&#22827;&#20551;&#27515;&#25105;&#25913;&#23233;&#65292;&#20182;&#24613;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/214/215959/1007300.html">&#31532;&#49;&#48;&#50;&#31456;&#32;&#20320;&#20204;&#27809;&#26377;&#36825;&#20040;&#24180;&#36731;&#20426;&#26391;&#30340;&#21103;&#21378;&#38271;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%97%A7%E6%97%B6%E5%85%89/">&#26087;&#26102;&#20809;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/146534/">&#25112;&#31070;&#29579;&#29239;&#22812;&#22812;&#26469;&#29228;&#22681;&#65292;&#29579;&#22915;&#22905;&#24594;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/145/146534/3468455.html">&#31532;&#22235;&#30334;&#38646;&#20116;&#31456;&#32;&#36825;&#19977;&#20010;&#20154;&#25105;&#35201;&#20102;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%BE%AE%E8%8C%AB%E7%9A%84%E7%A0%82%E7%A0%BE/">&#24494;&#33579;&#30340;&#30722;&#30782;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/166054/">&#20843;&#38646;&#23567;&#23521;&#22919;&#23381;&#32922;&#22238;&#24402;&#21518;&#65292;&#31105;&#27442;&#20891;&#23569;&#24515;&#24908;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/164/166054/2933772.html">&#31532;&#53;&#56;&#49;&#31456;&#32;&#21448;&#33021;&#36807;&#21435;&#30475;&#32769;&#20844;&#20102;&#65311;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E8%88%92%E6%B8%9D/">&#33298;&#28189;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/89884/">&#20986;&#29425;&#21518;&#65292;&#25105;&#38378;&#23130;&#20102;&#26893;&#29289;&#20154;&#22823;&#20332;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/88/89884/946201.html">&#31532;&#49;&#49;&#54;&#51;&#31456;&#32;&#21482;&#26159;&#19968;&#20010;&#34987;&#20182;&#29609;&#24324;&#30340;&#34850;&#36135;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%9F%A0%E4%B8%83%E4%B8%83/">&#26592;&#19971;&#19971;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/214633/">&#29572;&#23398;&#32654;&#20154;&#30452;&#25773;&#29301;&#32418;&#32447;&#65292;&#20140;&#22280;&#38669;&#24635;&#31283;&#22352;&#27036;&#19968;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/213/214633/1007151.html">&#31532;&#49;&#49;&#55;&#31456;&#32;&#20063;&#35768;&#20182;&#29233;&#30528;&#22905;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E7%BE%8E%E4%BA%BA%E6%9C%88/">&#32654;&#20154;&#26376;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/208471/">&#31359;&#36827;&#21103;&#26412;&#28216;&#25103;&#21518;&#65292;&#24178;&#25481;&#98;&#111;&#115;&#115;&#25104;&#21151;&#19978;&#20301;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/207/208471/2523944.html">&#31532;&#49;&#56;&#51;&#31456;&#32;&#24863;&#30693;&#31354;&#38388;&#33410;&#28857;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E7%B3%96%E7%81%AF/">&#31958;&#28783;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/132761/">&#25105;&#30340;&#31354;&#38388;&#33021;&#20462;&#20185;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/131/132761/1470320.html">&#31532;&#55;&#57;&#54;&#31456;&#32;&#22825;&#24847;&#38169;&#65288;&#21313;&#20108;&#65289;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%9A%97%E5%A4%9C%E8%8C%97%E9%A6%99/">&#26263;&#22812;&#33559;&#39321;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20185;&#20384;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/84983/">&#20961;&#24466;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/83/84983/946198.html">&#31532;&#19968;&#21315;&#38646;&#19968;&#21313;&#20845;&#31456;&#32;&#19975;&#21476;&#38271;&#22812;&#19968;&#30415;&#28783;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%9B%B3%E5%85%89/">&#26355;&#20809;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/214356/">&#20937;&#24030;&#24067;&#34915;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/213/214356/1007150.html">&#31532;&#19968;&#30334;&#38646;&#20843;&#31456;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/OGC/">&#79;&#71;&#67;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/145863/">&#23448;&#36947;&#38738;&#20113;&#26799;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/144/145863/3468450.html">&#31532;&#49;&#48;&#50;&#49;&#31456;&#32;&#19981;&#33021;&#35753;&#20182;&#22909;&#36807;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E6%83%8A%E8%9B%B0%E6%9C%89%E5%88%9D/">&#24778;&#34544;&#26377;&#21021;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/141314/">&#34987;&#29993;&#21518;&#65292;&#25105;&#19968;&#21608;&#19968;&#39318;&#38712;&#27036;&#37329;&#26354;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/140/141314/3468451.html">&#31532;&#51;&#57;&#50;&#31456;&#32;&#22905;&#21916;&#27426;&#20102;&#20320;&#21313;&#24180;&#21834;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%BE%BD%E5%B7%9E/">&#24509;&#24030;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/140073/">&#24825;&#39118;&#21326;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/138/140073/1470319.html">&#31532;&#49;&#48;&#50;&#48;&#31456;&#32;&#21271;&#30086;&#49;&#55;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E7%AC%91%E8%BD%BB%E7%8B%82/">&#31505;&#36731;&#29378;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/213222/">&#23545;&#19981;&#20303;&#20102;&#29241;&#65292;&#25105;&#26159;&#38182;&#34915;&#21355;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/211/213222/1007149.html">&#31532;&#19968;&#30334;&#20845;&#21313;&#22235;&#31456;&#32;&#21363;&#23558;&#29190;&#21457;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E9%9D%92%E8%9B%99%E5%90%83%E7%8E%8B%E5%AD%90/">&#38738;&#34521;&#21507;&#29579;&#23376;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/207952/">&#25105;&#29992;&#21313;&#19975;&#20080;&#26469;&#30340;&#30007;&#21451;&#26159;&#20140;&#22280;&#22823;&#20332;&#65281;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/206/207952/2523943.html">&#31532;&#49;&#54;&#48;&#31456;&#32;&#26705;&#26202;&#27014;&#21644;&#23433;&#35834;&#30340;&#28170;&#28304;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E4%BD%95%E5%AE%89%E7%AC%99%E5%95%8A/">&#20309;&#23433;&#31513;&#21834;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/173018/">&#38712;&#24635;&#20182;&#26159;&#21452;&#38754;&#20154;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/171/173018/2818830.html">&#12304;&#26790;&#37324;&#33457;&#33853;&#30693;&#22810;&#23569;&#12305;&#50;&#55;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%AE%9D%E5%A7%91%E5%A8%98/">&#23453;&#22993;&#23064;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/147644/">&#28825;&#28909;&#25671;&#26355;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/146/147644/3468441.html">&#31532;&#54;&#53;&#57;&#31456;&#32;&#24179;&#34892;&#53;&#48;&#65288;&#21512;&#36866;&#65289;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E5%AE%8B%E7%BC%99/">&#23435;&#32537;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.kmjsd.com/shuwu/70770/">&#24093;&#22269;&#30343;&#22826;&#23376;&#65292;&#32769;&#23376;&#19981;&#24178;&#20102;&#65281;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.kmjsd.com/69/70770/838637.html">&#31532;&#49;&#48;&#50;&#54;&#31456;&#32;&#24179;&#23450;&#20081;&#35937;&#65292;&#36879;&#38706;&#26426;&#23494;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.kmjsd.com/zuozhe/%E7%81%B0%E8%89%B2%E5%B0%8F%E7%8C%AB/">&#28784;&#33394;&#23567;&#29483;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-13</td>
                                </tr>
                                
                            </table>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div class="panel panel-default">
                        <div class="panel-heading"><span class="glyphicon glyphicon-indent-right" aria-hidden="true"></span> 新书入库</div>
                        <div class="panel-body" >
                            <ul class="list-group list-group-ext">
                                
                                <div class="media" style="border:none;margin-bottom:5px;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/215962/">
                                            <img src="https://www.kmjsd.com/images/214704/97dfe8231d65897557ab98ec566e3ecb.jpg" class="img" width="90" height="110" alt="&#35753;&#20320;&#24403;&#25105;&#24651;&#29233;&#20891;&#24072;&#65292;&#20320;&#24590;&#20040;&#33258;&#25105;&#25915;&#30053;&#65311;" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/215962/" >&#35753;&#20320;&#24403;&#25105;&#24651;&#29233;&#20891;&#24072;&#65292;&#20320;&#24590;&#20040;&#33258;&#25105;&#25915;&#30053;&#65311;</a></h4>
                                        <p class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%B0%8F%E9%BE%99%E7%9A%84%E7%AC%94/">&#23567;&#40857;&#30340;&#31508;</a></p>
                                        <p class='cat-book-intro'>&#32431;&#29233;&#25112;&#22763;&#31206;&#39118;&#26263;&#24651;&#22899;&#31070;&#19977;&#24180;&#65292;&#30524;&#30475;&#21363;&#23558;&#24863;&#21160;&#22899;&#31070;&#65292;&#21364;&#34987;&#23500;<a style="color:red" href="https://www.kmjsd.com/shuwu/215962/">[点击阅读]</a></p>
                                    </div>
                                </div>
                                 
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>2.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215961/" >&#27494;&#36947;&#38271;&#38738;&#65292;&#20174;&#25429;&#24555;&#24320;&#22987;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>3.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215960/" >&#37325;&#29983;&#20986;&#23233;&#21069;&#65292;&#30127;&#25209;&#20061;&#21315;&#23681;&#32544;&#25105;&#20837;&#39592;&#65281;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>4.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215959/" >&#37325;&#29983;&#19971;&#38646;&#65306;&#21069;&#22827;&#20551;&#27515;&#25105;&#25913;&#23233;&#65292;&#20182;&#24613;&#20102;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>5.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215958/" >&#26411;&#19990;&#31359;&#36234;&#65292;&#20320;&#20204;&#24590;&#20040;&#19981;&#21507;&#32905;&#65311;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>6.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215957/" >&#32508;&#24433;&#35270;&#20043;&#20848;&#38517;&#29579;&#22915;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>7.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215956/" >&#29572;&#24187;&#65306;&#26435;&#25484;&#22825;&#21629;&#24403;&#38215;&#21387;&#19990;&#38388;&#19968;&#20999;&#25932;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>8.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215955/" >&#36718;&#26885;&#39129;&#36710;&#20844;&#36335;&#27714;&#29983;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>9.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215954/" >&#20108;&#25112;&#36807;&#21518;&#65292;&#25105;&#22312;&#21335;&#27915;&#24314;&#22269;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>10.</font>
                                    <a href="https://www.kmjsd.com/shuwu/215953/" >&#25105;&#22368;&#23830;&#20320;&#23094;&#24179;&#22971;&#65292;&#25105;&#25913;&#23233;&#20320;&#21741;&#20160;&#20040;&#65311;</a>
                                </li>
                                
                            </ul>
                        </div>
                    </div>

                    <div class="panel panel-default">
                        <div class="panel-heading"><span class="glyphicon glyphicon-stats" aria-hidden="true"></span> 阅读排行</div>
                        <div class="panel-body" >
                            <ul class="list-group list-group-ext">
                                
                                <div class="media" style="border:none;margin-bottom:5px;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.kmjsd.com/shuwu/1390/">
                                            <img src="https://www.kmjsd.com/images/132/e714ce27814575f9e366e71bb10c7b7f.jpg" class="img" width="90" height="110" alt="&#83;&#30340;&#25327;&#25937;" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.kmjsd.com/shuwu/1390/" >&#83;&#30340;&#25327;&#25937;</a></h4>
                                        <p class="book_author">
                                            作者: <a href="https://www.kmjsd.com/zuozhe/%E5%8A%B3%E7%99%BD%E8%82%9D/">&#21171;&#30333;&#32925;</a></p>
                                        <p class='cat-book-intro'>&#31532;&#19968;&#20154;&#31216;&#30340;&#23567;&#30701;&#31687;&#12290;&#19968;&#20010;&#30007;&#20154;&#23545;&#33258;&#24049;&#115;&#23646;&#24615;&#30340;&#30171;&#33510;&#33258;&#30333;&#65311;<a style="color:red" href="https://www.kmjsd.com/shuwu/1390/">[点击阅读]</a></p>
                                    </div>
                                </div>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>2.</font>
                                    <a href="https://www.kmjsd.com/shuwu/20683/" >&#33618;&#23707;&#20861;&#20154;&#40;&#24635;&#25915;&#44;&#110;&#112;&#44;&#39640;&#72;&#41;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>3.</font>
                                    <a href="https://www.kmjsd.com/shuwu/214599/" >&#31070;&#30524;&#37492;&#23450;&#24072;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>4.</font>
                                    <a href="https://www.kmjsd.com/shuwu/82381/" >&#32654;&#20154;&#19978;&#26700;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>5.</font>
                                    <a href="https://www.kmjsd.com/shuwu/3307/" >&#32508;&#24433;&#35270;&#65306;&#99;&#112;&#23849;&#22351;&#31995;&#32479;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>6.</font>
                                    <a href="https://www.kmjsd.com/shuwu/3932/" >&#39030;&#32423;&#26292;&#24466;&#34893;&#29983;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>7.</font>
                                    <a href="https://www.kmjsd.com/shuwu/214593/" >&#36877;&#36965;&#23567;&#39544;&#39532;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>8.</font>
                                    <a href="https://www.kmjsd.com/shuwu/3795/" >&#38706;&#30528;&#19968;&#36744;&#23376;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>9.</font>
                                    <a href="https://www.kmjsd.com/shuwu/1915/" >&#32517;&#30008;&#25925;&#20107;&#65288;&#66;&#68;&#83;&#77;&#65289;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>10.</font>
                                    <a href="https://www.kmjsd.com/shuwu/1903/" >&#27495;&#36335;&#20129;&#32650;&#65288;&#110;&#112;&#21095;&#24773;&#65289;</a>
                                </li>
                                
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="col-sm-12 col-md-12">

                    
                </div>
            </div>
        </div>
    </div>
    
<script>
"document.writeln(\"\u003cdiv class=\\\"yl2\\\"\u003e\");\n"



"document.writeln(\"\u003c/div\u003e\");\n"
</script>

    
    <footer id="footer" class="footer">
        <p style="text-align: center;">
        @读书族小说网 . https://www.kmjsd.com <br/>
        本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与读书族小说网立场无关。<br/>
        如果侵犯了您的权利,请与我们联系,我们将在24小时之内进行处理。任何非本站因素导致的法律后果,本站均不负任何责任。</p>
    </footer>
    <div style="display: none"></div>

    </body>
    </html>                               

Whois info of domain

Domain Name: KMJSD.COM
Registry Domain ID: 2940042035_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.spaceship.com
Registrar URL: http://www.spaceship.com
Updated Date: 2024-12-10T14:48:33Z
Creation Date: 2024-12-06T09:18:52Z
Registry Expiry Date: 2025-12-06T09:18:52Z
Registrar: Spaceship, Inc.
Registrar IANA ID: 3862
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.9854014545
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ALEENA.NS.CLOUDFLARE.COM
Name Server: COLIN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T18:55:09Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass