urllib发送post请求获取html源代码

一般需要提交表单例如注册登录页面、文件上传会发送post请求。之前是get请求,会将数据附加到url的查询字符串中,位于“?”之后,而post请求将数据包含在请求体中,而不是url中,相对于get,post请求的数据提供了更好的隐私保护。

运行代码:

from urllib.request import Request, urlopen
from urllib.parse import urlencode
# 目标url
url = 'https://www.tuilixy.net/'
# 封装表单数据
data = {'username': '困在水里的鱼',
        'password': 'Beikejie027'}
data = urlencode(data).encode()
# 封装头
headers = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'}
# 封装Request对象
req = Request(url, data=data, headers=headers)
# 发送POST请求
resp = urlopen(req)
# 打印结果
print(resp.read().decode())
运行结果
 <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9,chrome=1"/>
<title>贝克街推理学院 - 推理是一种态度</title>
<meta name="baidu-site-verification" content="HyoGvxJf58" />
<meta name="theme-color" content="#0084FF" /><meta name="keywords" content="推理,谜题,侦探,推理学院,贝克街,福尔摩斯,柯南,本格,社会派,推理小说,推理谜题,刑侦,法医,悬案,密码,预告信,逻辑,智商,数独,海龟,心理学" />
<meta name="description" content="贝克街推理学院是推理爱好者聚集的高质量推理社区。从2007年起一直以「让更多推理爱好者获得创作、交流、分享机会」为目标,打造交流推理小说、推理知识、推理谜题等推理相关内容的平台。越来越多的推理爱好者聚集于此,共同为中国推理的未来而努力。" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="https://www.tuilixy.net/" />
<link rel="canonical" href="https://www.tuilixy.net/" />
<meta name="copyright" content="© 2007-2024 贝克街推理学院">
<link rel="preconnect" href="https://i0.hdslb.com/" />
<link rel="preconnect" href="https://mon.tuilixy.net/" />
<link rel="preconnect" href="https://cdn.staticfile.org/" />
<link rel="preconnect" href="https://lib.baomitu.com/" /><link rel="stylesheet" type="text/css" href="//mon.tuilixy.net/css/style_4_common.css?rjh" /><link rel="stylesheet" type="text/css" href="//mon.tuilixy.net/css/style_4_forum_index.css?rjh" /><script type="text/javascript">var STYLEID = '4', STATICURL = 'static/', IMGDIR = 'http://c3.tuilixy.net/image/common/', VERHASH = 'rjh', charset = 'utf-8', discuz_uid = '0', cookiepre = 'C43l_e28c_', cookiedomain = '.tuilixy.net', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'newthread|reply', creditnotice = '', defaultstyle = '', REPORTURL = 'aHR0cDovL3d3dy50dWlsaXh5Lm5ldC8=', SITEURL = 'https://www.tuilixy.net/', JSPATH = '//mon.tuilixy.net/js/', CSSPATH = '//mon.tuilixy.net/css/style_', DYNAMICURL = '';</script>
<script src="//mon.tuilixy.net/js/common.js?v=3.0.0.0.9" type="text/javascript"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/mqtt/4.3.6/mqtt.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/filepond/4.30.3/filepond.min.css" />


<meta name="application-name" content="贝克街推理学院" />
<meta name="msapplication-tooltip" content="贝克街推理学院" />
<link rel="shortcut icon" href="//mon.tuilixy.net/image/favicon_32_new.png" type="image/png" />
<script src="//mon.tuilixy.net/js/forum.js?rjh" type="text/javascript"></script>
</head>
<body id="nv_forum" class="pg_index" onkeydown="if(event.keyCode==27) return false;">
<!--[if IE]><div class="hm ptm pbm browsertips" style="position:fixed;z-index:9999;color:#555;width:100%;height:100%;background:#fff;font-size:18px;filter:alpha(opacity=90); "><div id="browsers"><h1 class="xs5">非常抱歉,本网站不再支持IE浏览器,如果您想继续浏览请更换其他浏览器。</h1><ul><li><a href="https://www.google.cn/intl/zh-CN/chrome/" target="_blank"><span class="icon chrome"></span></a><p>Chrome(推荐)</p></li><li><a href="http://www.opera.com/zh-cn" target="_blank"><span class="icon opera"></span></a><p>Opera</p></li><li><a href="http://www.firefox.com.cn/" target="_blank"><span class="icon firefox"></span></a><p>Firefox</p></li><li><a href="https://www.apple.com.cn/safari/" target="_blank"><span class="icon safari"></span></a><p>Safari</p></li><li><a href="https://www.microsoft.com/zh-cn/edge" target="_blank"><span class="icon ie"></span></a><p>Microsoft Edge(推荐)</p></li></ul></div></div><![endif]-->
<div id="append_parent"></div><div id="ajaxwaitid" class="vm fade-enter"></div>
<header id="hd">
<div class="wp">
<div class="hdc cl"><h2><a href="./" title="贝克街推理学院"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" height="60" viewBox="0 0 656 292"><polygon points="0 126.1 242.5 0 0 0 0 126.1" style="fill:#0084ff;opacity:0.050000000745058;isolation:isolate"/><polygon points="451.05 0 324.95 291 174.6 0 451.05 0" style="fill:#0084ff;opacity:0.03999999910593;isolation:isolate"/><path d="M218,140h13V127H218V86h13V73H191a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h11v41H191a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h11v46H191a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h40V186H218Z" style="fill:#4cbf64"/><path d="M287,133V114h18v11a2,2,0,0,0,2,2h12a2,2,0,0,0,2-2V69H239a2,2,0,0,0-2,2V82h34v19H253V88H237v56a2,2,0,0,0,2,2h32v16H242a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h29v15H239a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h82V190H287V175h31V162H287V146h34V133Zm0-51h18v19H287Zm-16,51H255a2,2,0,0,1-2-2V114h18Z" style="fill:#4cbf64"/><path d="M418,90H333a2,2,0,0,0-2,2v22h16v-9h97v7a2,2,0,0,0,2,2h12a2,2,0,0,0,2-2V90H418Z" style="fill:#0084ff"/><path d="M442,136V122a2,2,0,0,0-2-2H348a2,2,0,0,0-2,2v11a2,2,0,0,0,2,2h63l-20.89,10.45a2,2,0,0,0-1.11,1.79V153H333a2,2,0,0,0-2,2v11a2,2,0,0,0,2,2h56v22l-11.82,6.75a2,2,0,0,0-.48,3.1l9.18,9.94a2,2,0,0,0,2.52.34l16.6-10.3V168h55V153H409Z" style="fill:#0084ff"/><path d="M446.83,67H433.26a2,2,0,0,0-1.8,1.14L421,90h18l9.63-20.14A2,2,0,0,0,446.83,67Z" style="fill:#0084ff"/><path d="M358.73,67H344.15a2,2,0,0,0-1.81,2.85L349,84h19l-7.46-15.85A2,2,0,0,0,358.73,67Z" style="fill:#0084ff"/><path d="M399.73,67H385.15a2,2,0,0,0-1.81,2.85L390,84h19l-7.46-15.85A2,2,0,0,0,399.73,67Z" style="fill:#0084ff"/><path d="M488,73H472a2,2,0,0,0-2,2V202h16V138h13v34l-8.11,4.05a2,2,0,0,0-.84,2.79l6,10.43a2,2,0,0,0,2.72.75L515,180.83V125H486V86h13v32a2,2,0,0,0,2,2h12a2,2,0,0,0,2-2V73Z" style="fill:#0084ff"/><path d="M525,116v9a2,2,0,0,0,2,2h70V114H527A2,2,0,0,0,525,116Z" style="fill:#0084ff"/><path d="M536,99h50v7a2,2,0,0,0,2,2h12a2,2,0,0,0,2-2V84H522a2,2,0,0,0-2,2v22h16Z" style="fill:#0084ff"/><path d="M583,152h19V139H523a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h13l-4.67,36h-8.61a2,2,0,0,0-1.89,2.63l3.66,11a2,2,0,0,0,1.9,1.37H547l7-51h13v51h33l5.43-23.55a2,2,0,0,0-1.94-2.45h-9a2,2,0,0,0-1.93,1.47L590,188h-7Z" style="fill:#0084ff"/><path d="M555,79h14V67H555a2,2,0,0,0-2,2v8A2,2,0,0,0,555,79Z" style="fill:#0084ff"/><path d="M84,97H96V84H84V69a2,2,0,0,0-2-2H70a2,2,0,0,0-2,2V84H58a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2H68v91l-8.57,7.71a2,2,0,0,0-.2,2.77l7.59,9.11a2,2,0,0,0,2.69.36L84,197.83Z" style="fill:#0084ff"/><path d="M157,67H143a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h14Z" style="fill:#0084ff"/><path d="M157,190V168h22V155H157l1-23h21V119H157V97h22V84H120l4.25-14.44A2,2,0,0,0,122.33,67H108.52a2,2,0,0,0-1.93,1.46L102,85V203h77V190Zm-16,0H122a2,2,0,0,1-2-2V168h21Zm0-35H120V132h21Zm0-36H120V97h21Z" style="fill:#0084ff"/><path d="M96,145l-37.61,7.52a2,2,0,0,1-2.39-2v-8.92a2,2,0,0,1,1.61-2L96,132Z" style="fill:#0084ff"/><path d="M352,228h5v15H333V228h5v10h5V228h4v10h5Z" style="fill:#bbb"/><path d="M381,228h4v15H361V228h5v10h5V228h5v10h5Z" style="fill:#bbb"/><path d="M409,228h5v15H390V228h5v10h5V228h4v10h5Z" style="fill:#bbb"/><path d="M418,238h5v5h-5Z" style="fill:#bbb"/><path d="M428,243V224h5v5h5v4h-5v5h5v5Z" style="fill:#bbb"/><path d="M457,228h4v15H442V228h5v10h10Z" style="fill:#bbb"/><path d="M471,229h-5v-5h5Zm0,14h-5V233h5Z" style="fill:#bbb"/><path d="M480,243h-5V224h5Z" style="fill:#bbb"/><path d="M490,229h-5v-5h5Zm0,14h-5V233h5Z" style="fill:#bbb"/><path d="M499,228v5h-5v-5Zm-5,10h5v5h-5Zm5,0v-5h5v5Zm10-5h-5v-5h5Zm-5,10v-5h5v5Z" style="fill:#bbb"/><path d="M528,228h5v20h-5v-5H514V228h4v10h10Z" style="fill:#bbb"/><path d="M537,238h5v5h-5Z" style="fill:#bbb"/><path d="M566,229v14h-5V233H551v10h-4V229Z" style="fill:#bbb"/><path d="M590,228v5h-5v5h4v5H575v-5h5v-5h-5v5h-4V228Z" style="fill:#bbb"/><path d="M594,243V224h5v5h5v4h-5v5h5v5Z" style="fill:#bbb"/><rect x="123" y="182" width="16" height="8" style="fill:#ff9500"/><rect x="127" y="182" width="8" height="4" style="fill:#ff2d55"/><rect x="127" y="178" width="8" height="4" style="fill:#fc9"/><rect x="135" y="190" width="4" height="4" style="fill:#fc9"/><rect x="123" y="190" width="4" height="4" style="fill:#fc9"/><rect x="127" y="174" width="8" height="4"/><rect x="589" y="152" width="8" height="4"/><rect x="589" y="160" width="8" height="8" style="fill:#ff2d55"/><rect x="585" y="152" width="4" height="8" style="fill:#ff2d55"/><rect x="597" y="152" width="4" height="8" style="fill:#ff2d55"/><rect x="589" y="168" width="8" height="4" style="fill:#5ac8fa"/><rect x="585" y="172" width="4" height="4" style="fill:#ffc286"/><rect x="593" y="172" width="4" height="4" style="fill:#ffc286"/><rect x="589" y="156" width="8" height="4" style="fill:#ffc286"/><rect x="597" y="148" width="4" height="4" style="fill:#ffc286"/><rect x="585" y="148" width="4" height="4" style="fill:#ffc286"/><polygon points="421 133 421 137 425 137 425 145 429 145 429 137 429 133 421 133" style="fill:gray"/><rect x="421" y="129" width="4" height="4" style="fill:#fc9"/><rect x="421" y="141" width="4" height="4" style="fill:#fc9"/><rect x="421" y="137" width="4" height="4" transform="translate(846 278) rotate(180)" style="fill:#ccc"/><rect x="421" y="145" width="8" height="8" style="fill:#333"/><polygon points="421 125 421 129 425 129 425 133 429 133 429 129 429 125 421 125"/><rect x="258" y="85" width="8" height="4" style="fill:#fc9"/><rect x="266" y="97" width="4" height="4" style="fill:#fc9"/><rect x="254" y="97" width="4" height="4" style="fill:#fc9"/><rect x="258" y="101" width="8" height="8" style="fill:#333"/><rect x="258" y="81" width="8" height="4"/><polygon points="254 89 254 97 258 97 258 101 266 101 266 97 270 97 270 89 254 89" style="fill:#5ac8fa"/></svg></a></h2>

<div id="nv">
						
<ul><li class="br2 a "id="mn_forum" ><a href="forum.php" hidefocus="true"  >论坛</a></li><li class="br2 "id="mn_N65dc" ><a href="rank" hidefocus="true"  >排行</a></li><li class="br2 "id="mn_forum_11" ><a href="forum.php?mod=collection" hidefocus="true" title="Collection"  >专题<span>Collection</span></a></li><li class="br2 "id="mn_Nce56" onmouseover="showMenu({'ctrlid':this.id,'ctrlclass':'hover','menuid':'plugin_menu'})"><a href="#" hidefocus="true"  >学院设施</a></li></ul>
</div><div class="y row--flex is-align-middle loginblack xs2">
<a href="member.php?mod=logging&amp;action=login&amp;referer=" onclick="showWindow('login', this.href);return false;" class="br4 is-plain button button--small xs2 button--primary">登录</a>
<a href="member.php?mod=beadetective" class="button button--small xs2 is-plain button--success br4">加入学院</a>
</div><form id="scbar_form" method="get" autocomplete="off" onsubmit="searchFocus($('scbar_txt'))" action="search" target="_blank">
<input type="hidden" name="mod" id="scbar_mod" value="myforum" />
<input type="hidden" name="formhash" value="bb2d760f" />
<input type="hidden" name="inforum" id="scbar_inforum" value="" />
<input type="hidden" name="type" id="scbar_searchtype" value="" />
<div id="scbar" class="br4 y row row--flex">
<div class="row--flex is-align-middle">
<a href="javascript:;" id="scbar_type" class="xg1 plm" onclick="showMenu(this.id)" hidefocus="true">搜索</a>
<i class="tl-icon-arrow-down xw1 color5"></i>
</div>			
<div >
<input type="text" name="srchtxt" id="scbar_txt" value="" onfocus="$('scbar').className='is-focus br4 y row row--flex'" onblur="$('scbar').className='br4 y row row--flex'" placeholder="请输入搜索内容" autocomplete="off"/>
</div>
<button type="submit" id="scbar_btn" sc="1" class="cur1" value="true"><i class="xw1 tl-icon-search"></i></button>
</div>
</form>
<div id="scbar_type_menu" class="select-dropdown select-dropdown--small br4 zoom-in-top-enter-active" style="display: none;">
<ul class="select-dropdown-list"><li><a href="javascript:;" rel="user">用户</a></li></ul>
</div>
<script type="text/javascript">
initSearchmenu2('scbar');
</script>
</div>				
<div class="select-dropdown br4 popper zoom-in-top-enter-active" id="plugin_menu" x-placement="bottom" style="margin-left: -10px; display: none">
<ul class="select-dropdown-list">  <li><a href="plugin.php?id=daysign:daysign" id="mn_plink_daysign">每日签到</a></li>
   <li><a href="home.php?mod=task" id="mn_plink_test">任务中心</a></li>
   <li><a href="home.php?mod=medal" id="mn_plink_medal">勋章中心</a></li>
   <li><a href="plugin.php?id=luckypost:show" id="mn_plink_show">发帖际遇</a></li>
  </ul>
<div class="popper__arrow" style="left: 25px;"></div>
</div>
<div class="select-dropdown br4 popper zoom-in-top-enter-active" id="mn_N7297_menu" x-placement="bottom" style="margin-left: -10px; display: none"><ul class="select-dropdown-list"><li><a href="p/password" hidefocus="true" >PassWord</a></li><li><a href="p/rosetta" hidefocus="true" >RoseTta</a></li><li><a href="p/turtle_soup" hidefocus="true" >海龟汤之谜</a></li><li><a href="p/logicox" hidefocus="true" >逻辑训练场</a></li></ul><div class="popper__arrow" style="left: 25px;"></div></div><div class="p_pop h_pop" id="mn_userapp_menu" style="display: none"></div><div id="mu" class="cl">
</div>

</div>


</header>
<main id="main">
<div class="index--bg"></div><div id="wp" class="wp">
<style id="diy_style" type="text/css"></style>
<div class="wp cl">
<!--[diy=diy1]--><div id="diy1" class="area"><div id="frameo1QU32" class="frame move-span cl frame-1"><div id="frameo1QU32_left" class="column frame-1-c"><div id="frameo1QU32_left_temp" class="move-span temp"></div><div id="portal_block_42" class="block move-span"><div id="portal_block_42_content" class="dxb_bc"><div class="swiper-container">
<div class="swiper-wrapper slideshow"><div class="swiper-slide"><a href="app" target="_blank"><img src="http://i0.hdslb.com/bfs/article/2dd98d1d9aceb0960f7e4a54028395b72618b404.jpg" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/pic/newandroid3_1000.jpg'" referrerpolicy="no-referrer" title="学院Android客户端正式发布(更新v3.0.0)" alt="学院Android客户端正式发布(更新v3.0.0)" /></a></div><div class="swiper-slide"><a href="p/password" target="_blank"><img src="http://i0.hdslb.com/bfs/article/7468c13e95e79106ba5184711135a81f2062226507.jpg" onerror="this.onerror=null;this.src='https://bu.dusays.com/2024/07/06/6688d5903c0db.jpg'" referrerpolicy="no-referrer" title="181" alt="181" /></a></div></div>
<div class="swiper-pagination"></div>
</div>
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/Swiper/4.0.2/js/swiper.min.js"></script>
<script type="text/javascript">
	var mySwiper = new Swiper ('.swiper-container', {
		centeredSlides: true,
		touchRatio: 0,
		loop: true,
		autoplay: {
			delay: 3500,
			disableOnInteraction: false,
		  },
		  pagination: {
			el: '.swiper-pagination',
			clickable: true,
		  },
	});
	
</script></div></div></div></div></div><!--[/diy]-->
</div>
<div id="ptb" class="ptf pbf row--flex is-justify-space-between is-align-middle">


<div id="chart" class="cl">
<p class="chart xg1">今日: <em class="xg2">1130</em><span class="pipe l">/</span>昨日: <em class="xg2">1534</em><span class="pipe l">/</span>帖子: <em class="xg2">2639427</em><span class="pipe l">/</span>学员: <em class="xg2">253234</em><span class="pipe l">/</span>欢迎新学员: <em><a href="space-username-yyy111.html" target="_blank" class="xi2">yyy111</a></em></p>
<div class="z"></div>
</div>
<div id="an" class="br2">
<dl class="cl">
<dd><div id="anc"><ul id="ancl"><li><span><a href="http://weibo.com/tuilixynet" target="_blank" class="xi2">欢迎关注学院微博</a></span><em>(2014-12-8)</em></li></ul></div></dd>
</dl>
</div>
<script type="text/javascript">announcement();</script>
	
</div>

<div id="ct" class="wp cl ct3">

<div class="mn">

<div class="shadowbox br2 p10 mbw">
<!--[diy=diy5]--><div id="diy5" class="area"><div id="tabi2X476" class="w5 frame-tab frame-tab move-span cl"><div id="tabi2X476_title" class="tab-title title column cl" switchtype="mouseover"><div id="portal_block_43" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">最新主题</span></div><div id="portal_block_43_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list sm"><li class="pl0 xs2 bw0"><em class="xg1 xs1 y"><a href="space-uid-57139.html" target="_blank" c="1">第三方测试</a></em>
<a href="thread-168016-1-1.html" title="这个创意俺喜欢" target="_blank" tip="逻辑学院<br/>第三方测试 发表于 5&nbsp;小时前<br/>回复 / 查看: 3 / 124<br/>第三方测试 最后回复于 1&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[数独]</span>这个创意俺喜欢</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-247041.html" target="_blank" c="1">HoshinoAi</a></em>
<a href="thread-168014-1-1.html" title="日子又有盼头了" target="_blank" tip="灌水闲聊<br/>HoshinoAi 发表于 7&nbsp;小时前<br/>回复 / 查看: 2 / 100<br/>.灰原哀. 最后回复于 6&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[日常闲聊]</span>日子又有盼头了</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-227135.html" target="_blank" c="1">物语丅</a></em>
<a href="thread-168012-1-1.html" title="原本没有那个意思,但加上上面两张照片意思就被曲解了" target="_blank" tip="灌水闲聊<br/>物语丅 发表于 11&nbsp;小时前<br/>回复 / 查看: 3 / 177<br/>.灰原哀. 最后回复于 6&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[日常闲聊]</span>原本没有那个意思,但加上上面两张照片意思就被曲解了</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-242985.html" target="_blank" c="1">风清雾云开见日</a></em>
<a href="thread-168011-1-1.html" title="我就是个糯米团子,天天被客户拿捏的😭😭😭😭😭😭😭😭😭" target="_blank" tip="灌水闲聊<br/>风清雾云开见日 发表于 12&nbsp;小时前<br/>回复 / 查看: 6 / 143<br/>风清雾云开见日 最后回复于 1&nbsp;小时前" onmouseover="showTip(this)">我就是个糯米团子,天天被客户拿捏的😭😭😭😭😭😭😭😭😭</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-246921.html" target="_blank" c="1">xiuxiua</a></em>
<a href="thread-168007-1-1.html" title="【原创】和睦一家亲" target="_blank" tip="逻辑学院<br/>xiuxiua 发表于 17&nbsp;小时前<br/>回复 / 查看: 7 / 87<br/>4997 最后回复于 5&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[海龟汤]</span>【原创】和睦一家亲</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-246921.html" target="_blank" c="1">xiuxiua</a></em>
<a href="thread-168003-1-1.html" title="【原创】今天的晚餐" target="_blank" tip="逻辑学院<br/>xiuxiua 发表于 昨天&nbsp;21:16<br/>回复 / 查看: 41 / 172<br/>4997 最后回复于 5&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[海龟汤]</span>【原创】今天的晚餐</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-222595.html" target="_blank" c="1">yeying2004</a></em>
<a href="thread-167995-1-1.html" title="在一个有点冷的秋天~" target="_blank" tip="灌水闲聊<br/>yeying2004 发表于 昨天&nbsp;19:26<br/>回复 / 查看: 12 / 255<br/>是云一呢 最后回复于 3&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[日常闲聊]</span>在一个有点冷的秋天~</a>
</li></ul>
</div></div></div><div id="portal_block_44" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">最新回复</span></div><div id="portal_block_44_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list sm"><li class="pl0 xs2 bw0"><em class="xg1 xs1 y"><a href="space-username-eSpi.html" target="_blank" c="1">eSpi</a></em>
<a href="forum.php?mod=redirect&tid=167975&goto=lastpost#lastpost" title="【原创】由玩家亲自实施的完美犯罪" target="_blank" tip="案发现场<br/>eSpi 发表于 前天&nbsp;21:58<br/>回复 / 查看: 9 / 841<br/>eSpi 最后回复于 5&nbsp;分钟前" onmouseover="showTip(this)"><span class="color1 mrn">[推理谜题]</span><font style="color: #EE1B2E;">【原创】由玩家亲自实施的完美犯罪</font></a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-%E5%93%88%E7%9A%AE%E5%8A%9E%E9%80%9D%E5%91%98.html" target="_blank" c="1">哈皮办逝员</a></em>
<a href="forum.php?mod=redirect&tid=167562&goto=lastpost#lastpost" title="【原创】分解的双胞胎" target="_blank" tip="案发现场<br/>OPCC 发表于 2024-08-29<br/>回复 / 查看: 165 / 5472<br/>哈皮办逝员 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>【原创】分解的双胞胎</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-5885668556.html" target="_blank" c="1">5885668556</a></em>
<a href="forum.php?mod=redirect&tid=167753&goto=lastpost#lastpost" title="谁是小偷?" target="_blank" tip="案发现场<br/>托马斯松 发表于 2024-09-05<br/>回复 / 查看: 4 / 257<br/>5885668556 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>谁是小偷?</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-%E7%AC%99%E6%AD%8C%E5%86%B7%E9%9F%B5.html" target="_blank" c="1">笙歌冷韵</a></em>
<a href="forum.php?mod=redirect&tid=167881&goto=lastpost#lastpost" title="【O省迷案】谁缺课" target="_blank" tip="案发现场<br/>托马斯松 发表于 5&nbsp;天前<br/>回复 / 查看: 8 / 438<br/>笙歌冷韵 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>【O省迷案】谁缺课</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-%E5%B7%A5%E8%97%A4%E7%9C%9F%E7%A7%8B.html" target="_blank" c="1">工藤真秋</a></em>
<a href="forum.php?mod=redirect&tid=167834&goto=lastpost#lastpost" title="For Alice" target="_blank" tip="原创推理小说<br/>ᅟᅠ 发表于 6&nbsp;天前<br/>回复 / 查看: 12 / 458<br/>工藤真秋 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[原创短篇]</span>For Alice</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-5885668556.html" target="_blank" c="1">5885668556</a></em>
<a href="forum.php?mod=redirect&tid=167953&goto=lastpost#lastpost" title="催眠的犯罪" target="_blank" tip="案发现场<br/>qsacs 发表于 前天&nbsp;02:29<br/>回复 / 查看: 1 / 272<br/>5885668556 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>催眠的犯罪</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-username-%E8%93%9D%E9%9C%8F%E9%9C%81%E6%9C%88.html" target="_blank" c="1">蓝霏霁月</a></em>
<a href="forum.php?mod=redirect&tid=157104&goto=lastpost#lastpost" title="《查理九世》原版(叒重传了)" target="_blank" tip="推理小说<br/>马葛洪 发表于 2023-08-14<br/>回复 / 查看: 20 / 7248<br/>蓝霏霁月 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[国产下载]</span>《查理九世》原版(叒重传了)</a>
</li></ul>
</div>
</div></div><div id="portal_block_45" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">最新谜题</span></div><div id="portal_block_45_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list sm"><li class="pl0 xs2 bw0"><em class="xg1 xs1 y"><a href="space-uid-57139.html" target="_blank" c="1">第三方测试</a></em>
<a href="thread-168016-1-1.html" title="这个创意俺喜欢" target="_blank" tip="逻辑学院<br/>第三方测试 发表于 5&nbsp;小时前<br/>回复 / 查看: 3 / 124<br/>第三方测试 最后回复于 1&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[数独]</span>这个创意俺喜欢</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-246921.html" target="_blank" c="1">xiuxiua</a></em>
<a href="thread-168007-1-1.html" title="【原创】和睦一家亲" target="_blank" tip="逻辑学院<br/>xiuxiua 发表于 17&nbsp;小时前<br/>回复 / 查看: 7 / 87<br/>4997 最后回复于 5&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[海龟汤]</span>【原创】和睦一家亲</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-246921.html" target="_blank" c="1">xiuxiua</a></em>
<a href="thread-168003-1-1.html" title="【原创】今天的晚餐" target="_blank" tip="逻辑学院<br/>xiuxiua 发表于 昨天&nbsp;21:16<br/>回复 / 查看: 41 / 172<br/>4997 最后回复于 5&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[海龟汤]</span>【原创】今天的晚餐</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-57139.html" target="_blank" c="1">第三方测试</a></em>
<a href="thread-167977-1-1.html" title="推理只是一种习惯" target="_blank" tip="逻辑学院<br/>第三方测试 发表于 前天&nbsp;22:38<br/>回复 / 查看: 8 / 417<br/>第三方测试 最后回复于 9&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[数独]</span>推理只是一种习惯</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-240097.html" target="_blank" c="1">eSpi</a></em>
<a href="thread-167975-1-1.html" title="【原创】由玩家亲自实施的完美犯罪" target="_blank" tip="案发现场<br/>eSpi 发表于 前天&nbsp;21:58<br/>回复 / 查看: 7 / 833<br/>5885668556 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[推理谜题]</span><font style="color: #EE1B2E;">【原创】由玩家亲自实施的完美犯罪</font></a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-258173.html" target="_blank" c="1">.夏洛克.</a></em>
<a href="thread-167972-1-1.html" title="四个大门" target="_blank" tip="案发现场<br/>.夏洛克. 发表于 前天&nbsp;19:58<br/>回复 / 查看: 6 / 275<br/>.夏洛克. 最后回复于 昨天&nbsp;07:05" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>四个大门</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-258146.html" target="_blank" c="1">qsacs</a></em>
<a href="thread-167953-1-1.html" title="催眠的犯罪" target="_blank" tip="案发现场<br/>qsacs 发表于 前天&nbsp;02:29<br/>回复 / 查看: 1 / 272<br/>5885668556 最后回复于 半小时前" onmouseover="showTip(this)"><span class="color1 mrn">[一分钟破案]</span>催眠的犯罪</a>
</li></ul>
</div></div></div><div id="portal_block_46" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">最新小说</span></div><div id="portal_block_46_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list sm"><li class="pl0 xs2 bw0"><em class="xg1 xs1 y"><a href="space-uid-195586.html" target="_blank" c="1">ᅟᅠ</a></em>
<a href="thread-167990-1-1.html" title="无题4)" target="_blank" tip="原创推理小说<br/>ᅟᅠ 发表于 昨天&nbsp;16:07<br/>回复 / 查看: 10 / 263<br/>Edies 最后回复于 12&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[原创短篇]</span>无题4)</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-195586.html" target="_blank" c="1">ᅟᅠ</a></em>
<a href="thread-167956-1-1.html" title="无题3()" target="_blank" tip="原创推理小说<br/>ᅟᅠ 发表于 前天&nbsp;03:33<br/>回复 / 查看: 9 / 340<br/>ᅟᅠ 最后回复于 前天&nbsp;22:36" onmouseover="showTip(this)"><span class="color1 mrn">[原创短篇]</span>无题3()</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-149713.html" target="_blank" c="1">狸奴的自画像</a></em>
<a href="thread-167948-1-1.html" title="【康奈尔·伍尔里奇】丧服之约(附带改编影视作品)" target="_blank" tip="推理小说<br/>狸奴的自画像 发表于 3&nbsp;天前<br/>回复 / 查看: 8 / 1047<br/>fk6416 最后回复于 10&nbsp;小时前" onmouseover="showTip(this)"><span class="color1 mrn">[欧美下载]</span>【康奈尔·伍尔里奇】丧服之约(附带改编影视作品)</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-259382.html" target="_blank" c="1">金雕052</a></em>
<a href="thread-167914-1-1.html" title="纯属杜撰——杜撰探案集" target="_blank" tip="推理小说<br/>金雕052 发表于 4&nbsp;天前<br/>回复 / 查看: 11 / 1386<br/>森木森森木 最后回复于 昨天&nbsp;19:58" onmouseover="showTip(this)"><span class="color1 mrn">[国产下载]</span>纯属杜撰——杜撰探案集</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-195586.html" target="_blank" c="1">ᅟᅠ</a></em>
<a href="thread-167897-1-1.html" title="无题2)" target="_blank" tip="原创推理小说<br/>ᅟᅠ 发表于 4&nbsp;天前<br/>回复 / 查看: 4 / 280<br/>ᅟᅠ 最后回复于 4&nbsp;天前" onmouseover="showTip(this)"><span class="color1 mrn">[原创短篇]</span>无题2)</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-195586.html" target="_blank" c="1">ᅟᅠ</a></em>
<a href="thread-167892-1-1.html" title="无题()" target="_blank" tip="原创推理小说<br/>ᅟᅠ 发表于 5&nbsp;天前<br/>回复 / 查看: 5 / 234<br/>すずめ 最后回复于 4&nbsp;天前" onmouseover="showTip(this)"><span class="color1 mrn">[原创短篇]</span>无题()</a>
</li><li class="pl0 xs2"> <em class="xg1 xs1 y"><a href="space-uid-244543.html" target="_blank" c="1">zhouchidong</a></em>
<a href="thread-167878-1-1.html" title="2024.9大山诚一郎——绝对不在场谜案" target="_blank" tip="推理小说<br/>zhouchidong 发表于 5&nbsp;天前<br/>回复 / 查看: 31 / 3578<br/>蓝霏霁月 最后回复于 昨天&nbsp;20:13" onmouseover="showTip(this)"><span class="color1 mrn">[日系下载]</span>2024.9大山诚一郎——绝对不在场谜案</a>
</li></ul>
</div></div></div><div id="portal_block_47" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;"> 每周谜题</span></div><div id="portal_block_47_content" class="dxb_bc"><div class="module cl ptm plm prm" style="padding-bottom:2px;"><div class="cl bbda pbm">
	<div class="z mrf"><img src="http://i0.hdslb.com/bfs/article/975142ab458468b3d9d644ed72820ec11c93ba2a.jpg@220w_0e" class="br2" width="220" onerror="this.onerror=null;this.src='http://mon.tuilixy.net/pic/mm/188-780.jpg?imageMogr2/thumbnail/220x'" referrerpolicy="no-referrer"/></div>
	<div class="cl">
		<em class="mtn xs1 y">作者: <a href="http://www.tuilixy.net/home.php?mod=space&uid=7" target="_blank" c="1">名偵探小品</a></em>
		<a href="thread-154235-1-1.html" class="xs3" title="第188期谜题《太阳监狱之越狱犯》" target="_blank">第188期谜题《太阳监狱之越狱犯》</a>
		<p class="xg1 mtn xs1">太阳监狱,W国最臭名昭著的监狱之一。2088年世界秩序崩坏后,全世界的犯罪率逐年增加,各国监狱不仅人满为患还要花费比以前更多的资金用于维持监狱的运转,部分国家政府因此破产。</p>
	</div>
</div><ul class="xl mtn xl2 cl"><li class="xs2"><a href="thread-153981-1-1.html" title="第187期谜题《红豆蛋糕》" target="_blank">第187期谜题《红豆蛋糕》</a></li><li class="xs2"><a href="thread-153802-1-1.html" title="第186期谜题《黑月馆·失踪者》" target="_blank">第186期谜题《黑月馆·失踪者》</a></li><li class="xs2"><a href="thread-153614-1-1.html" title="第185期谜题《空怅望》" target="_blank">第185期谜题《空怅望》</a></li><li class="xs2"><a href="thread-153425-1-1.html" title="第184期谜题《最后的旅途》" target="_blank">第184期谜题《最后的旅途》</a></li><li class="xs2"><a href="thread-153217-1-1.html" title="第183期谜题《风车堡》" target="_blank">第183期谜题《风车堡》</a></li><li class="xs2"><a href="thread-153010-1-1.html" title="第182期谜题《白色风车》" target="_blank">第182期谜题《白色风车》</a></li><li class="xs2"><a href="thread-152698-1-1.html" title="第181期谜题《蜘蛛网》" target="_blank">第181期谜题《蜘蛛网》</a></li><li class="xs2"><a href="thread-145284-1-1.html" title="第180期谜题《别惹学霸·替天行道》" target="_blank">第180期谜题《别惹学霸·替天行道》</a></li></ul>
</div>
</div></div></div><div id="tabi2X476_content" class="tb-c"></div><script type="text/javascript">initTab("tabi2X476","mouseover");</script></div></div><!--[/diy]-->
</div>

<!--[diy=diy9]--><div id="diy9" class="area"></div><!--[/diy]--><div class="shadowbox br2 mbw  cl">
<div class="divtitle title--big cl prw">
<span class="y xg1 xs1">分区版主: <a href="space-username-%E9%BB%91%E7%BE%BD.html" class="notabs" c="1">黑羽</a></span><h2 class="xw0">贝克街推理学院</h2>
</div>
<div id="category_5">
<ul class="fm_row btw0"><li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-7-1.html" title="推理大赛">
<img src="https://bu.dusays.com/2023/11/22/655e248f97e9d.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_7.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">244</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="20080">2万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-7-1.html" title="推理大赛">推理大赛</a></h3>
</dt>
<dd class="mtn xg2">下设子版块【合作推理赛事】</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-42-1.html" title="每周谜题">
<img src="https://bu.dusays.com/2023/11/22/655e2490bacc0.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_42.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">530</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="13896">1万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-42-1.html" title="每周谜题">每周谜题</a></h3>
</dt>
<dd class="mtn xg2">贝克街推理学院每周谜题长期面向所有学员征稿<br />
<strong><font color="red">2023年第一季度每谜结果已公布。</font></strong></dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-6-1.html" title="案发现场">
<img src="https://bu.dusays.com/2023/11/22/655e248f941e1.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_6.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖"><span title="16633">1万</span></span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="181611">18万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-6-1.html" title="案发现场">案发现场</a><em class="xw0 br16 xs1" title="今日">+60</em></h3>
</dt>
<dd class="mtn xg2">弥漫着浑噩的浓雾,犯罪分子活跃于大街小巷,我们已封锁现场,就等你这位大侦探一展身手!推理谜题,密码,预告信</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-10-1.html" title="逻辑学院">
<img src="https://bu.dusays.com/2023/11/22/655e248f9480d.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_10.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖"><span title="12793">1万</span></span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="139598">13万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-10-1.html" title="逻辑学院">逻辑学院</a><em class="xw0 br16 xs1" title="今日">+35</em></h3>
</dt>
<dd class="mtn xg2">转动你的思维,将条件联系与结论,这基本的因果关系,你能找到吗?逻辑题,智力题,脑筋急转弯,数独,海龟汤</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-78-1.html" title="百科学院">
<img src="https://bu.dusays.com/2023/11/22/655e24917b8dd.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_78.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">3645</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="52254">5万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-78-1.html" title="百科学院">百科学院</a><em class="xw0 br16 xs1" title="今日">+3</em></h3>
</dt>
<dd class="mtn xg2">刑侦?指纹?犯罪卷宗?想学习更多的知识吗?那就进来和我们一起学习吧!</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-114-1.html" title="推理活动">
<img src="https://bu.dusays.com/2023/11/22/655e248f77784.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_114.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">311</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="19726">1万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-114-1.html" title="推理活动">推理活动</a></h3>
</dt>
<dd class="mtn xg2">不定期举办在线推理活动</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-85-1.html" title="原创推理小说">
<img src="https://bu.dusays.com/2023/11/22/655e24919d2c0.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_85.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">2089</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="19212">1万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-85-1.html" title="原创推理小说">原创推理小说</a><em class="xw0 br16 xs1" title="今日">+1</em></h3>
</dt>
<dd class="mtn xg2">推理的苍穹是无止境的,就让我们用手中的笔来写出绚烂多姿、淋漓尽致的文字。</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-8-1.html" title="推理小说">
<img src="https://bu.dusays.com/2023/11/22/655e248f9599c.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_8.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">5269</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="64432">6万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-8-1.html" title="推理小说">推理小说</a><em class="xw0 br16 xs1" title="今日">+30</em></h3>
</dt>
<dd class="mtn xg2">推理小说分享下载,小说在线看。喜欢什么样的推理小说,在这里都找的到!</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-49-1.html" title="推理影视">
<img src="https://bu.dusays.com/2023/11/22/655e24910bcc7.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_49.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">925</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子">9504</span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-49-1.html" title="推理影视">推理影视</a></h3>
</dt>
<dd class="mtn xg2">看影视有时候当然比看书好!因为,影视是动的艺术!</dd></dl>
</li>
</ul>
</div>
</div><div class="shadowbox br2 mbw  cl">
<div class="divtitle title--big cl prw">
<h2 class="xw0">贝克街221B</h2>
</div>
<div id="category_100">
<ul class="fm_row btw0"><li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-2-1.html" title="官方公告">
<img src="https://bu.dusays.com/2023/11/22/655e248f89331.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_2.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">138</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子">5351</span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-2-1.html" title="官方公告">官方公告</a></h3>
</dt>
<dd class="mtn xg2">用于发布社区公告、动态<br />
贝克街推理学院Q群①:43757413<br />
贝克街推理学院Q群③:40056691<br />
贝克街推理学院Q群④:176691093</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-109-1.html" title="投诉反馈">
<img src="https://bu.dusays.com/2023/11/22/655e24921a90d.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_109.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">899</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子">3908</span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-109-1.html" title="投诉反馈">投诉反馈</a></h3>
</dt>
<dd class="mtn xg2">对社区的意见/建议/投诉/错误反馈</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-93-1.html" title="求助专区">
<img src="https://bu.dusays.com/2023/11/22/655e2491ed598.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_93.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">6231</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="38550">3万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-93-1.html" title="求助专区">求助专区</a><em class="xw0 br16 xs1" title="今日">+2</em></h3>
</dt>
<dd class="mtn xg2">有什么问题要问的就来这吧!仅限非谜题类问题</dd></dl>
</li>
</ul>
</div>
</div><div class="shadowbox br2 mbw  flg cl">
<div class="divtitle title--big cl prw">
<h2 class="xw0">贝克街俱乐部</h2>
</div>
<div id="category_4">
<ul class="fm_row btw0"><li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-90-1.html" title="贝克街相馆">
<img src="https://bu.dusays.com/2023/11/22/655e2491bdd97.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_90.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">6995</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="67809">6万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-90-1.html" title="贝克街相馆">贝克街相馆</a><em class="xw0 br16 xs1" title="今日">+34</em></h3>
</dt>
<dd class="mtn xg2">与大家一起分享你的照片、<font color="red">画作</font></dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-3-1.html" title="新人登场">
<img src="https://bu.dusays.com/2023/11/22/655e248f94ecf.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_3.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖"><span title="25854">2万</span></span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="134692">13万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-3-1.html" title="新人登场">新人登场</a><em class="xw0 br16 xs1" title="今日">+16</em></h3>
</dt>
<dd class="mtn xg2">就从这开始你的侦探之途吧!向大家介绍自己!</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-44-1.html" title="灌水闲聊">
<img src="https://bu.dusays.com/2023/11/22/655e2490ddbee.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_44.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖"><span title="21828">2万</span></span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="1840200">184万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-44-1.html" title="灌水闲聊">灌水闲聊</a><em class="xw0 br16 xs1" title="今日">+949</em></h3>
</dt>
<dd class="mtn xg2">泰晤士河畔的聊天室</dd></dl>
</li>
<li class="relative ptm pbm plw prw cl">
<div class="fl_icn_g" style="width: 64px;">
<a href="forum-22-1.html" title="动漫世界">
<img src="https://bu.dusays.com/2023/11/22/655e248fed9a3.png" align="left" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/forumicon/forum_icon_22.png'" alt="" /></a>
</div>
<dl class="y num">
<span class="rz" title="主题帖">2098</span><svg width="17" height="23" style="vertical-align: -25%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 23"><line x1="16.4" y1="0.29" x2="0.4" y2="22.29" style="fill:none;stroke:#DDD;stroke-miterlimit:10"/></svg><span class="rt" title="总帖子"><span title="28604">2万</span></span></dl>
<dl class="fmain">
<dt>
<h3 class="xs3 xw0"><a href="forum-22-1.html" title="动漫世界">动漫世界</a></h3>
</dt>
<dd class="mtn xg2">讨论动漫</dd></dl>
</li>
</ul>
</div>
</div>


<div class="wp mtn">
<!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]-->
</div>

<div id="online" class="oll mbw shadowbox br2">
<div class="divtitle prw">
<span class="y"><a href="forum.php?showoldetails=yes#online" title="收起/展开"><i class="tl-icon-circle-plus-outline xs4 xw1 color5"></i></a></span>
<h3 class="xw0">
<a href="home.php?mod=space&amp;do=friend&amp;view=online&amp;type=member" class="xi2">在线学员</a>
<span class="xs1 xg1">- 总计 5242 人在线
- 最高记录是 30990 于 2017-11-23.</span>
</h3>
</div>
</div>
<div class="shadowbox lk br2 ptm pbm plw prw cl row--flex" id="category_lk">
<div class="prw mrw flex1" style="border-right:1px solid #EDEEF0;">
<h3 class="mbn">本站Logo:</h3>
 <div class="cl">
<a href="//www.tuilixy.net/" target="_blank"><img src="https://i0.hdslb.com/bfs/article/4c54daada767a607ce90b3e3cff3382d8360a913.gif" referrerpolicy="no-referrer" border="0" alt="贝克街推理学院" /></a> </div>
</div>
<div style="flex:10">
<h3 class="mbn">友情链接:</h3>						
<ul class="x">
<li><a href="http://49.235.91.55/" target="_blank" title="未完全侦探推理论坛">未完全侦探推理论坛</a></li><li><a href="http://www.sudokufans.org.cn/" target="_blank" title="独数之道|数独爱好者">独数之道|数独爱好者</a></li><li><a href="https://www.tuilisr.com/" target="_blank" title="推理书库">推理书库</a></li><li><a href="http://www.mowangtuili.cn/" target="_blank" title="魔王推理">魔王推理</a></li></ul>
</div>
</div>

</div>

<div id="sd" class="sd">

<!--[diy=diy8]--><div id="diy8" class="area"></div><!--[/diy]-->

<div class="shadowbox br2 index-sdbox mbw">
<h3 class="vm mlm ptm pbm mrm"><span class="y xs2 xw0 xg1"><a href="rank">更多</a></span><i class="tl-iconc-ranklist mrm color1"></i>学员排行</h3>				
<div class="plm prm">
<!--[diy=diy2]--><div id="diy2" class="area"><div id="tabD4F4Bi" class="w3 frame-tab frame-tab move-span cl"><div id="tabD4F4Bi_title" class="tab-title title column cl" switchtype="mouseover"><div id="portal_block_48" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">推理积分</span></div><div id="portal_block_48_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list"><li class="bw0">
	<span class="y color3 xs3">836<span class="mln xs1">分</span></span>
	<span class="n1 n">1</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-42929.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/502335aa01f501805fc637c879b54055829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/29/29_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-42929.html" title="黒沼恒謬" target="_blank" c="1">黒沼恒謬</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">772<span class="mln xs1">分</span></span>
	<span class="n2 n">2</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-47612.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/cca140b2153d94696da89d0c8bfdc9040e86f214.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/76/12_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-47612.html" title="岚翾" target="_blank" c="1">岚翾</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">757<span class="mln xs1">分</span></span>
	<span class="n3 n">3</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-38004.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/4ef402d2799d96431b34b9c47c1bd7416392d34c.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/03/80/04_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-38004.html" title="你随意" target="_blank" c="1">你随意</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">726<span class="mln xs1">分</span></span>
	<span class="n4 n">4</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-21457.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/1cd59e729840002319989b7cd4e113ee94e3d045.png@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/02/14/57_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-21457.html" title="shalamixi" target="_blank" c="1">shalamixi</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">708<span class="mln xs1">分</span></span>
	<span class="n5 n">5</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-62493.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/acf73913c531a165c3a4d1d3a3a42f291716cd61.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/06/24/93_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-62493.html" title="叶雪" target="_blank" c="1">叶雪</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">680<span class="mln xs1">分</span></span>
	<span class="n6 n">6</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-99106.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/ad5dac93e808c612eadd0921f98a9d09a92e61c8.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/09/91/06_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-99106.html" title="禹桐" target="_blank" c="1">禹桐</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">676<span class="mln xs1">分</span></span>
	<span class="n7 n">7</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-45001.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/8d816e45e5a9549250bc92c2945ca3cef120d2f9.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/50/01_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-45001.html" title="Vt超新星" target="_blank" c="1">Vt超新星</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">671<span class="mln xs1">分</span></span>
	<span class="n8 n">8</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-47483.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/1a30f2d6a98223ff67aeb13dbd5ac5a6f6e342cb.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/74/83_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-47483.html" title="0119" target="_blank" c="1">0119</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">496<span class="mln xs1">分</span></span>
	<span class="n9 n">9</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-145752.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/92b902eac0c654ff5bfb2a3aa81c220ab15b13e8.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/14/57/52_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-145752.html" title="吃掉月亮" target="_blank" c="1">吃掉月亮</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">468<span class="mln xs1">分</span></span>
	<span class="n10 n">10</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-58399.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/594fee36014638125167fdac49222867fcf7ebaa.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/05/83/99_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-58399.html" title="guchenyi" target="_blank" c="1">guchenyi</a></div>
	</div>
</li></ul>
</div></div></div><div id="portal_block_49" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">破案经验</span></div><div id="portal_block_49_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list"><li class="bw0">
	<span class="y color3 xs3 ">1387点</span>
	<span class="n1 n">1</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-140774.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/058686de0552c33261db3cdeaa6406c9e5d685ef.gif@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/14/07/74_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-140774.html" title="工藤真秋" target="_blank" c="1">工藤真秋</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">1107点</span>
	<span class="n2 n">2</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-50960.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/6a99767808b5c4bccd0da6b7fc93bba7bc5536e8.gif@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/05/09/60_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-50960.html" title="创世神经病-青月" target="_blank" c="1">创世神经病-青月</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">974点</span>
	<span class="n3 n">3</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-186270.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/ba8f20b09ec13bd0da9ad36c28c51fa2829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/18/62/70_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-186270.html" title="帝国刑侦部总理" target="_blank" c="1">帝国刑侦部总理</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">960点</span>
	<span class="n4 n">4</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-34270.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/0d6200dd93d19c2730b0c478bec92eac4ef8d382.gif@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/03/42/70_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-34270.html" title="安蓦然" target="_blank" c="1">安蓦然</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">929点</span>
	<span class="n5 n">5</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-173502.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/ca8b96a0cb783eddcee9647fe54d10f7829882.gif@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/17/35/02_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-173502.html" title="llllD" target="_blank" c="1">llllD</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">835点</span>
	<span class="n6 n">6</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-189915.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/fe93fa0cb6bdc3d52cb5c941ef506054680f2da2.png@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/18/99/15_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-189915.html" title="米斯顿葛gxsick" target="_blank" c="1">米斯顿葛gxsick</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">816点</span>
	<span class="n7 n">7</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-71833.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/3dbe02f367326a38924ea3395542c6402c92ddd2.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/07/18/33_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-71833.html" title="阿易" target="_blank" c="1">阿易</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">807点</span>
	<span class="n8 n">8</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-22568.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/4afd5ae9a2af102634d1f78fa8855041ee414973.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/02/25/68_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-22568.html" title="天马行空" target="_blank" c="1">天马行空</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">757点</span>
	<span class="n9 n">9</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-42929.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/502335aa01f501805fc637c879b54055829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/29/29_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-42929.html" title="黒沼恒謬" target="_blank" c="1">黒沼恒謬</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">746点</span>
	<span class="n10 n">10</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-195586.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/8ac1263059b097e82f08968738a3c17c829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//mp-4bdab438-da9a-4ae9-886a-0698136832c9.cdn.bspapp.com/cloudstorage/7bcd2b9e-4d54-45da-92e0-0ac83dce31e2.jpg?x-oss-process=image/resize,m_fill,w_48,h_48,limit_0/sharpen,100'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-195586.html" title="ᅟᅠ" target="_blank" c="1">ᅟᅠ</a></div>
	</div>
</li></ul>
</div>
</div></div><div id="portal_block_50" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">原创度</span></div><div id="portal_block_50_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list"><li class="bw0">
	<span class="y color3 xs3 ">340°</span>
	<span class="n1 n">1</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-21457.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/1cd59e729840002319989b7cd4e113ee94e3d045.png@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/02/14/57_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-21457.html" title="shalamixi" target="_blank" c="1">shalamixi</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">331°</span>
	<span class="n2 n">2</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-45001.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/8d816e45e5a9549250bc92c2945ca3cef120d2f9.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/50/01_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-45001.html" title="Vt超新星" target="_blank" c="1">Vt超新星</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">126°</span>
	<span class="n3 n">3</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-43541.html" c="1" target="_blank"><img src="//errorpage.b0.upaiyun.com/nxyavt-404" referrerpolicy="no-referrer" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-43541.html" title="听尸者" target="_blank" c="1">听尸者</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">121°</span>
	<span class="n4 n">4</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-8704.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/350ad3fa05065495133faa80b484617b95443488.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/00/87/04_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-8704.html" title="影子の手法" target="_blank" c="1">影子の手法</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">93°</span>
	<span class="n5 n">5</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-37624.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/1fe5103732d22940e003c5eabfc1c422ca34cc66.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/03/76/24_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-37624.html" title="虹吧推理组" target="_blank" c="1">虹吧推理组</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">89°</span>
	<span class="n6 n">6</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-54377.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/26256497f01b708e6c34096c29be1dd403ae06bb.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/05/43/77_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-54377.html" title="独上西楼" target="_blank" c="1">独上西楼</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">78°</span>
	<span class="n7 n">7</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-195586.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/8ac1263059b097e82f08968738a3c17c829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//mp-4bdab438-da9a-4ae9-886a-0698136832c9.cdn.bspapp.com/cloudstorage/7bcd2b9e-4d54-45da-92e0-0ac83dce31e2.jpg?x-oss-process=image/resize,m_fill,w_48,h_48,limit_0/sharpen,100'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-195586.html" title="ᅟᅠ" target="_blank" c="1">ᅟᅠ</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">76°</span>
	<span class="n8 n">8</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-145752.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/92b902eac0c654ff5bfb2a3aa81c220ab15b13e8.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/14/57/52_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-145752.html" title="吃掉月亮" target="_blank" c="1">吃掉月亮</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">66°</span>
	<span class="n9 n">9</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-120253.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/79251965bd672c709adc7b4bba58e17b46f570dc.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/12/02/53_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-120253.html" title="秦碟" target="_blank" c="1">秦碟</a></div>
	</div>
</li><li>
	<span class="y xg1 xs2">65°</span>
	<span class="n10 n">10</span>	
	<div class="xs2">
		<div class="z w28 avt"><a href="space-uid-45366.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/3d65a0feb421f789ce2997ff4dd67725dd70ff81.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/04/53/66_avatar.jpg!style:smallx'" /></a></div>
		<div style="line-height:28px;margin-left:36px;"><a href="space-uid-45366.html" title="仙梦天霖" target="_blank" c="1">仙梦天霖</a></div>
	</div>
</li></ul>
</div></div></div></div><div id="tabD4F4Bi_content" class="tb-c"></div><script type="text/javascript">initTab("tabD4F4Bi","mouseover");</script></div></div><!--[/diy]-->
</div>
</div>

<div class="shadowbox br2 index-sdbox mbw">
<h3 class="vm mlm ptm pbm mrm"><i class="tl-iconc-hotthread mrm color3"></i>热门主题</h3>
<div class="plm prm">
<!--[diy=diy6]--><div id="diy6" class="area"><div id="tabV5ugp7" class="w2 frame-tab frame-tab move-span cl"><div id="tabV5ugp7_title" class="tab-title title column cl" switchtype="mouseover"><div id="portal_block_51" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">热门谜题</span></div><div id="portal_block_51_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list"><li class="bw0 pl0">
	<div class="xs2"><a href="thread-167562-1-1.html" title="【原创】分解的双胞胎" target="_blank">【原创】分解的双胞胎</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
	<span>作者:<a href="space-uid-252001.html" target="_blank" class="xg1" c=1>OPCC</a></span>
	<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>88</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167418-1-1.html" title="【原创】黑暗中的瞳孔" target="_blank">【原创】黑暗中的瞳孔</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-213738.html" target="_blank" class="xg1" c=1>零透之悟</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>69</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167211-1-1.html" title="【原创】另类双胞胎诡计(答案已出)" target="_blank">【原创】另类双胞胎诡计(答案已出)</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-252001.html" target="_blank" class="xg1" c=1>OPCC</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>59</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167326-1-1.html" title="【原创】没有成为嫌疑人(真解答公布,以及合理的都选为答案了)" target="_blank">【原创】没有成为嫌疑人(真解答公布,以及</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-252001.html" target="_blank" class="xg1" c=1>OPCC</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>51</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167495-1-1.html" title="【原创】身处深渊,更易被深渊所伤" target="_blank">【原创】身处深渊,更易被深渊所伤</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-185523.html" target="_blank" class="xg1" c=1>鹤远先生</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>48</span>
	</div>
</li></ul>
</div></div></div><div id="portal_block_52" class="block move-span"><div class="blocktitle title"><span class="titletext" style="float:;margin-left:px;font-size:;color: !important;">热门小说</span></div><div id="portal_block_52_content" class="dxb_bc"><div class="module cl plm prm">
<ul class="brand-list"><li class="bw0 pl0">
	<div class="xs2"><a href="thread-167357-1-1.html" title="长读未烧书:推理小说记录与评分" target="_blank">长读未烧书:推理小说记录与评分</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
	<span>作者:<a href="space-uid-30783.html" target="_blank" class="xg1" c=1>推理的艺术</a></span>
	<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>93</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167129-1-1.html" title="AI翻译《密室偏爱时代的杀人封闭的村庄与八个诡计》-鴨崎暖炉" target="_blank">AI翻译《密室偏爱时代的杀人封闭的村庄与八</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-256402.html" target="_blank" class="xg1" c=1>红海友</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>35</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167295-1-1.html" title="她她epub" target="_blank">她她epub</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-237699.html" target="_blank" class="xg1" c=1>bleh</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>48</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167878-1-1.html" title="2024.9大山诚一郎——绝对不在场谜案" target="_blank">2024.9大山诚一郎——绝对不在场谜案</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-244543.html" target="_blank" class="xg1" c=1>zhouchidong</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>62</span>
	</div>
</li><li class="pl0">
	<div class="xs2"><a href="thread-167543-1-1.html" title="搬点轻小说喵()" target="_blank">搬点轻小说喵()</a></div>
	<div class="post-focus is-align-middle is-justify-space-between row--flex">
		<span>作者:<a href="space-uid-195586.html" target="_blank" class="xg1" c=1>ᅟᅠ</a></span>
		<span class="hot-info is--small mt0"><i class="tl-iconc-hotthread mrn"></i>29</span>
	</div>
</li></ul>
</div></div></div></div><div id="tabV5ugp7_content" class="tb-c"></div><script type="text/javascript">initTab("tabV5ugp7","mouseover");</script></div></div><!--[/diy]-->
</div>
</div>
<!--[diy=diy7]--><div id="diy7" class="area"><div id="frameDye1gz" class="frame move-span cl frame-1"><div id="frameDye1gz_left" class="column frame-1-c"><div id="frameDye1gz_left_temp" class="move-span temp"></div><div id="portal_block_53" class="block move-span"><div id="portal_block_53_content" class="dxb_bc"><div class="shadowbox br2 index-sdbox engramlist">
	<h3 class="vm mlm ptm pbm mrm"><span class="y xs2 xw0 xg1"><a href="engram">发布印迹</a></span><i class="tl-iconc-engram mrm color1"></i>印迹</h3>
	<ul class="plf prf"><li class="cl ptm pbm">
			<div class="z avt mtn mrn w20"><a href="space-uid-223665.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/ea1dd029e32aa47881737abd2a660db1829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//mp-4bdab438-da9a-4ae9-886a-0698136832c9.cdn.bspapp.com/cloudstorage/47e4b558-74d4-4685-8e9d-c2e72abfbec4.jpg?x-oss-process=image/resize,m_fill,w_48,h_48,limit_0/sharpen,100'" /></a></div>
			<a href="space-uid-223665.html" title="马葛洪" class="cl xs2 engram-avatar" c="1" target="_blank">
				马葛洪
			</a>
			<div class="mtn">
				<div class="xs2 engram-content"><a href="/engram/223665/66259" target="_blank">家里天天吵学校也融不进去,不是哪怕有一样是和谐的呢?不至于两样都不占吧,社交是我自己的性格问题,改变不了不存在的,是我自己不想改变,不想融入,但是真的好无聊,无聊的生活无聊的话题无聊的人,但是那又怎样,我只是异类又不会没同类👉👈<br />
我不知道,我为什么跟她们不一样,换种说法,她们为什么跟我不一样🤓☝<br />
<br />
关键我们学校很特殊,简单说就是必须要在固定的人里交流学习,如果不交流会被说教,你为什么不跟人家交流?你为什么不大声说话?而且感觉天天十几个小时被监视,这种教育理念先不说在现在社会能不能学好,关键是这比自学效率低多了,跟自学不同的是一直有人在旁边施压,哪怕你是在假装学习交流,她们就能放下心,天天倡导自由学习,实际上还是应试教育,把鸟的腿上栓绳,看着它学习怎么飞,从下面看好像就是鸟在天空飞翔,然后告诉它∶老鹰就是这么飞的,别的鸟都没人教它飞翔,它们只能死板的学习怎么扑腾翅膀。<br />
全然不提老鹰是在空中飞翔的,那才是自由。 ...</a></div>
				<p class="xg1 mtn"><span class="y xs2"><a href="/engram/223665/66259" target="_blank"><i class="tl-iconc-tolike xs1 mrn"></i>0<i class="tl-icon-chat-round xw1 mlm mrn"></i>1</a></span>半小时前</p>
			</div>
		</li><li class="cl btda ptm pbm">
			<div class="z avt mtn w20 mrn"><a href="space-uid-249446.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/f5512f9b158cb676d08c7d0768c475a1829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/24/94/46_avatar.jpg!style:smallx'" /></a></div>
			<a href="space-uid-249446.html" title="钰笙" class="cl xs2 engram-avatar" c="1" target="_blank">
				钰笙
			</a>
			<div class="mtn">
				<div class="xs2 engram-content"><a href="/engram/249446/66258" target="_blank">谁在武汉的江边看烟花表演<img src="//i0.hdslb.com/bfs/article/3adb1fe53576029a74e065f755777113f0a9ffef.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu3.png'"referrerpolicy="no-referrer">我没预约到,就在旁边看的<img src="//i0.hdslb.com/bfs/article/82fd68f180ebdd6315dfde29a32d01080c83f091.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu11.png'"referrerpolicy="no-referrer"><img src="//i0.hdslb.com/bfs/article/82fd68f180ebdd6315dfde29a32d01080c83f091.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu11.png'"referrerpolicy="no-referrer"><img src="//i0.hdslb.com/bfs/article/82fd68f180ebdd6315dfde29a32d01080c83f091.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu11.png'"referrerpolicy="no-referrer"><img src="//i0.hdslb.com/bfs/article/82fd68f180ebdd6315dfde29a32d01080c83f091.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu11.png'"referrerpolicy="no-referrer">而且网不好,想发图片它显示网络错误</a></div>
				<p class="xg1 mtn"><span class="y xs2"><a href="/engram/249446/66258" target="_blank"><i class="tl-iconc-tolike xs1 mrn"></i>0<i class="tl-icon-chat-round xw1 mlm mrn"></i>0</a></span>半小时前</p>
			</div>
		</li><li class="cl btda ptm pbm">
			<div class="z avt mtn w20 mrn"><a href="space-uid-223665.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/ea1dd029e32aa47881737abd2a660db1829882.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//mp-4bdab438-da9a-4ae9-886a-0698136832c9.cdn.bspapp.com/cloudstorage/47e4b558-74d4-4685-8e9d-c2e72abfbec4.jpg?x-oss-process=image/resize,m_fill,w_48,h_48,limit_0/sharpen,100'" /></a></div>
			<a href="space-uid-223665.html" title="马葛洪" class="cl xs2 engram-avatar" c="1" target="_blank">
				马葛洪
			</a>
			<div class="mtn">
				<div class="xs2 engram-content"><a href="/engram/223665/66257" target="_blank">不敢再删了,我应用商店已经下载不了学院了<img src="//i0.hdslb.com/bfs/article/563e5f40439be67fe0ffebab704a94267b34f23c.png" class="vm" onerror="this.onerror=null;this.src='http://c3.tuilixy.net/image/smilies/doing/alu15.png'"referrerpolicy="no-referrer"><br />
精神状态∶良好<br />
交友状态∶无<br />
生命体征∶正常<br />
健在🙏</a></div>
				<p class="xg1 mtn"><span class="y xs2"><a href="/engram/223665/66257" target="_blank"><i class="tl-iconc-tolike xs1 mrn"></i>0<i class="tl-icon-chat-round xw1 mlm mrn"></i>0</a></span>1&nbsp;小时前</p>
			</div>
		</li><li class="cl btda ptm pbm">
			<div class="z avt mtn w20 mrn"><a href="space-uid-249794.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/article/bbaa54c96376cb6d91e61ebd115611d2829882.png@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/24/97/94_avatar.jpg!style:smallx'" /></a></div>
			<a href="space-uid-249794.html" title="·祂·" class="cl xs2 engram-avatar" c="1" target="_blank">
				·祂·
			</a>
			<div class="mtn">
				<div class="xs2 engram-content"><a href="/engram/249794/66256" target="_blank">个人悲述(剧)∶本人为省重点高一新生,成绩良好(目前为班级第一,但自悲心理很强,即便在擅长领域,也不敢展露锋芒)最近很抑郁,因为我发现找不到朋友,可能是因为我不看小说,不看电视剧,不打游戏,甚至没有购物兴趣,唯一对体育有点兴趣(喜欢打羽毛球)天真的我以为成绩好就有朋友,直到现在我才发现我错了,可能我就是老师口中的那个“好学生”,但我真的很孤独寂寞,也几乎碰不到手机,下课了别人有说有笑,但我只能趴在桌子上睡觉或者看书。唉,文笔太差,将就看吧。知音难遇,伯乐难求</a></div>
				<p class="xg1 mtn"><span class="y xs2"><a href="/engram/249794/66256" target="_blank"><i class="tl-iconc-tolike xs1 mrn"></i>0<i class="tl-icon-chat-round xw1 mlm mrn"></i>7</a></span>1&nbsp;小时前</p>
			</div>
		</li><li class="cl btda ptm pbm">
			<div class="z avt mtn w20 mrn"><a href="space-uid-215820.html" c="1" target="_blank"><img src="//i0.hdslb.com/bfs/album/8e2ad65c53a9cbe6f878a237387d3d8e42220951.jpg@72w_72h_1e_1c" referrerpolicy="no-referrer" onerror="this.onerror=null;this.src='//i1.tuilixy.net/000/21/58/20_avatar.jpg!style:smallx'" /></a></div>
			<a href="space-uid-215820.html" title="蠱." class="cl xs2 engram-avatar" c="1" target="_blank">
				蠱.
			</a>
			<div class="mtn">
				<div class="xs2 engram-content"><a href="/engram/215820/66255" target="_blank">也是侥幸从监狱里面逃出来了</a></div>
				<p class="xg1 mtn"><span class="y xs2"><a href="/engram/215820/66255" target="_blank"><i class="tl-iconc-tolike xs1 mrn"></i>3<i class="tl-icon-chat-round xw1 mlm mrn"></i>9</a></span>3&nbsp;小时前</p>
			</div>
		</li></ul>
</div></div></div></div></div></div><!--[/diy]--></div>
</div>	</div>
</main>




<footer id="ft">
<div class="wp row--flex is-justify-space-between">			
<div id="frt">
<p><strong><a href="https://www.tuilixy.net/" target="_blank">贝克街推理学院</a></strong> | 推理是一种态度
( <a href="https://beian.miit.gov.cn/" target="_blank" rel="external nofollow">苏ICP备14002918号-1</a><span class="pipe l">·</span><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32011102010044" rel="external nofollow" target="_blank"><img src="//i0.hdslb.com/bfs/article/2574129efd06fb681cb899ca364dcdfa360d797c.png" referrerpolicy="no-referrer" class="vm"/>苏公网安备 32011102010044号</a> )<span class="pipe l">·</span><a href="topic/terms" >用户协议</a><span class="pipe l">·</span><a href="topic/privacy" >隐私协议</a><span class="pipe l">·</span><a href="app" >APP</a><span class="pipe l">·</span><a href="misc.php?mod=faq" >帮助</a></p>
<p class="xs0 mtn">© 2007-2024 南京谜拾物语科技有限公司版权所有
GMT+8, 2024-9-14 20:14<span id="debuginfo">
, Processed in 0.074820 second(s), 6 queries
, Gzip On, Memcache On.
</span>
</p>
</div>

<div id="flk">
<p>
<span style="display:none;"></span>
</p>
</div>

</div>
</footer>
<div id="scrolltop">
<span hidefocus="true"><a title="返回顶部" onclick="back2top();"><svg height="65" width="36" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 65"><path class="scrolltopa" d="M27,42c2-4,2-11,2-11C29,15,18,0,18,0S7,15,7,31c0,0,0,7,2,11,0,0-5,6-5,11,0,0,6-6,14-6s14,6,14,6C32,48,27,42,27,42Z" transform="translate(-4)"/><path fill="#ff9600" d="M18,49a13.83,13.83,0,0,0-7,2l7,13,7-13A13.83,13.83,0,0,0,18,49Z" transform="translate(-4)"/><path d="M11,19c1-3,2-8,4-8h6c2,0,3,5,4,8v2a1,1,0,0,1-1,1H12a1,1,0,0,1-1-1Z" transform="translate(-4)" style="fill:#dedede"/></svg></a></span>
</div>
<script type="text/javascript">_attachEvent(window, 'scroll', function () { showTopLink(); });checkBlind();</script>
 </body>
</html>

 

posted @   松鼠q  阅读(9)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
点击右上角即可分享
微信分享提示