你知道吗?除中国外还有哪些(除了中国以外还有什么)

对于中国人来说,十二生肖实在是太亲切和熟悉了,可能您不太知道的是,世界上除我国之外,另外还有分布在四个大洲的十个国家也同样是有十二生肖的,分别是:朝鲜、韩国、日本、越南、柬埔寨、泰国、印度、埃及、希腊、还有墨西哥。

谁都知道,十二生肖是中国传统文化的重要部分,源于自然界的11种动物和一个民族图腾即鼠、牛、虎、兔、龙、蛇、马、羊、猴、鸡、狗、猪组成,用于记年,顺序排列为子鼠、丑牛、寅虎、卯兔、辰龙、巳蛇、午马、未羊、申猴、酉鸡、戌狗、亥猪。

随着历史的发展,十二生肖逐渐融合到相生相克的民间信仰观念,表现在婚姻、人生、年运等,每一种生肖都有丰富的传说,并以此形成一种观念阐释系统,成为民间文化中的形象哲学,如婚配上的属相、庙会祈祷、本命年等。现代,更多人把生肖作为春节的吉祥物,成为娱乐文化活动的象征。

东亚

古老的华夏文明源远流长,12生肖之俗自然也传遍了周边国家。朝鲜、日本、韩国,这三个国家同属中华文化圈,十二属相完全相同。

东南亚

深受中国文化的影响的越南,也有十二个生肖,与中国人的生肖基本相同,只是中国有“兔”无“猫”,越南则有“猫”无“兔”。据说,这是由于当初翻译上的差错所致,因为“卯”和“猫”同音,卯兔即被误为猫了。

柬埔寨泰国也有12生肖,与中国相同,但分别以牛和蛇打头。

南亚

印度的十二生肖,与中国人的生肖基本相同。只是中国有“虎”无“狮”,印度则有“狮”无“虎”。

非洲

埃及也有十二生肖,分别是:牡牛、山羊、猴子、驴、蟹、蛇、犬、猫、鳄、红鹤、狮子、鹰。

欧洲

文明古国希腊,有十二生肖,与埃及人的生肖基本相同,只是希腊人有“鼠”无“猫”,埃及人则有“猫”无“鼠”。

南美洲

此外,在南美洲的墨西哥,也有十二生肖,有虎、兔、龙、猴、狗、猪和其它六种墨西哥特色动物松鼠、猩猩、鹿、蜥蜴、豹、孔雀组成。

图文摘自网络(如有侵权,请联系删除)



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

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

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; } ?>