迷失在斜交岔路口的面馆奇遇

笔直的柏油路在前面出现一条斜交的岔路。岔路口附近有一家面馆(没看见招牌,或许本来就没有),店门前撑着灰蒙蒙的油布,那里稀稀拉拉地摆着几张桌子和凳子。桌子很旧,上面的白漆有的已经脱落;凳子是那种廉价的塑料制品。

因为缺乏定期的清理,它们看上去都油油腻腻的,很不舒服。

不是很饿,但我却盯着那家面馆。

我走的是下坡路,坡虽然不大,可我必须控制双脚,不走太快。

但我心脏跳得太快(不知道为什么),感觉有点难受。

我走了进去,随便看了一下四周,很脏。

于是,我走了出来,还是没发现店主,却发现有个女孩坐在那里,背对着我,在吃面条。

我一直没看见店主,而且刚才也没看见这个女孩,我疑惑她是从哪冒出来的,还有她从哪弄来的面条。

我没多想,准备到别处走走。

临走之前,我下意识地看了她一眼,只看见背影,头发很厚,很长。

三岔路口就在我面前,面前这两条路,我思忖着该走哪条。

之前这条路,我刚走过,但再走回去也没什么。

另一条路,我看了看,没有人。

对面有幢楼(我想,或许是邮电大楼),大约有四层,我没特别注意,也许不是四层。

因为它也很破,上面的白色瓷砖有很多脱落了,露出猩红的砖块。

我没想到沿着刚才的路直着走下去。

也许这是最好的选择,但我没想到。

或者想到了也没用,因为面馆的店主走来过来。

她是个老太婆,面馆是她的。

她也没招呼我,就进了面馆。

因为选择不好该走哪条路,于是我走向面馆。

我在门前又瞥了那个女孩一眼。

这次,我的目光越过她的肩膀,看见她面前的碗,里面的面条堆得满满的,很干,还有两片很厚的肉片,肥肉;我有点恶心。

我觉得她不应该吃这样的面条。

店主老太婆在锅里烧开水。

我走进屋里,她没看我,也没说话。

我也没说话,因为我发现她把面条仍进沸水里;她在为我煮面了,因此我不需要说话了。

面煮好了,但她没有把面捞起来,而是继续煮。

她可能想把面条煮得很干。

她突然说话了:“你要加些肉吗?”我有点恍惚。

她说:“你自己进去选。



★《布宫号》提醒您:民俗信仰仅供参考,请勿过度迷信!

本文经用户投稿或网站收集转载,如有侵权请联系本站。

switch ($forum['model']) { /*case '0': include _include(APP_PATH . 'view/htm/read.htm'); break;*/ default: include _include(theme_load('read', $fid)); break; } } break; case '10': // 主题外链 / thread external link http_location(htmlspecialchars_decode(trim($thread['description']))); break; case '11': // 单页 / single page $attachlist = array(); $imagelist = array(); $thread['filelist'] = array(); $threadlist = NULL; $thread['files'] > 0 and list($attachlist, $imagelist, $thread['filelist']) = well_attach_find_by_tid($tid); $data = data_read_cache($tid); empty($data) and message(-1, lang('data_malformation')); $tidlist = $forum['threads'] ? page_find_by_fid($fid, $page, $pagesize) : NULL; if ($tidlist) { $tidarr = arrlist_values($tidlist, 'tid'); $threadlist = well_thread_find($tidarr, $pagesize); // 按之前tidlist排序 $threadlist = array2_sort_key($threadlist, $tidlist, 'tid'); } $allowpost = forum_access_user($fid, $gid, 'allowpost'); $allowupdate = forum_access_mod($fid, $gid, 'allowupdate'); $allowdelete = forum_access_mod($fid, $gid, 'allowdelete'); $access = array('allowpost' => $allowpost, 'allowupdate' => $allowupdate, 'allowdelete' => $allowdelete); $header['title'] = $thread['subject']; $header['mobile_link'] = $thread['url']; $header['keywords'] = $thread['keyword'] ? $thread['keyword'] : $thread['subject']; $header['description'] = $thread['description'] ? $thread['description'] : $thread['brief']; $_SESSION['fid'] = $fid; if ($ajax) { empty($conf['api_on']) and message(0, lang('closed')); $apilist['header'] = $header; $apilist['extra'] = $extra; $apilist['access'] = $access; $apilist['thread'] = well_thread_safe_info($thread); $apilist['thread_data'] = $data; $apilist['forum'] = $forum; $apilist['imagelist'] = $imagelist; $apilist['filelist'] = $thread['filelist']; $apilist['threadlist'] = $threadlist; message(0, $apilist); } else { include _include(theme_load('single_page', $fid)); } break; default: message(-1, lang('data_malformation')); break; } ?>