剧情介绍
In this four-part series for BBC Two, Professor Joann Fletcher explains how Ancient Egypt’s extraordinary story fits together, from nomads to pyramid builders, from tomb robbers to the last of the pharaohs. The result is the world’s most fascinating and enduring civilization.
- 飞飞资源
- 快车资源
- 牛牛资源
- 最大资源
- 索尼资源
- 鸭鸭资源
《不朽的埃及》-下载帮助:
1、本站网盘资源收集自网络,不保证长期有效,喜欢请尽快下载。
2、磁力链接直接复制到迅雷-百度云盘-115云盘内即可下载。操作教程
3、所有资源来源网络,与本站无关,如侵犯您的权益,请联系站长QQ2368258773删除资源。
$(function(){
$("#play li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#play li").index(this);
$("#playlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});
$(function(){
$("#down li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#down li").index(this);
$("#downlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});