剧情介绍
Drones are transforming our world. We use them to deliver our medicines, clean our skyscrapers and even fight fires. But there is a dark side to this airborne revolution, from a shocking rise in drone-plane near misses above our heads to last year's sustained drone disruption at Gatwick – Britain's second largest airport – that ruined the Christmas plans of 140,000 people and c...
《BBC地平线系列:英国的下一场空难?无人机》-下载帮助:
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();
}
)
});