呂烱昌
2013年10月3日 14:51
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
B-52為最具殺傷力的國寶級武器。〔圖/美國空軍〕
國際中心/綜合報導
美韓兩國國防部長簽署《針對北韓核武和大規模殺傷性武器(WMD)威脅的遏制戰略》,內容指出,一旦發現北韓有使用核武器跡象後,美韓軍方將聯合啟動海、陸、空力量,採取先發制人的威懾戰略,精準摧毀北韓核武。
根據韓國《朝鮮日報》報導,美韓兩國國防部長2日出席第45次「美韓年例安保協議會」(SCM),並簽署了《針對北韓核武和大規模殺傷性武器(WMD)威脅的遏制戰略》。
「遏制戰略」是指當發現北韓有使用核武跡象後,美韓軍方聯合啟動海、陸、空力量,採取先發制人的威懾戰略,可採取的軍事行動主要包括美國提供核保護傘、打擊傳統武器、啟動飛彈防衛系統等。
過去美國承諾提供南韓「核保護傘」,不過內容遭韓方質疑過於抽象。這次「遏制戰略」中,明確指出「核保護傘」是指,利用B-2和B-52戰略轟炸機發射的空對地核飛彈、核潛艇發射的潛對地核飛彈、位於美國本土的洲際彈道飛彈等核武器對抗北韓核武。
北韓同時擁有2500噸至5000噸生化武器,美國國防部長黑格(Chuck Hagel)強調,決不允許北韓使用化學武器。
至於移交朝鮮半島作戰指揮權,兩國表示要到2014年上半年才做決定。根據先前的協議,美方原定於2012年4月17日將戰時作戰指揮權移交給南韓,後來應韓國政府要求,雙方同意將移交時間推遲至2015年12月。
關鍵字:
B-52
轟炸機
韓國
核武
國防部
朝鮮
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表