NOWnews.com 今日新聞網
2013年7月21日 18:06
");
$(".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();
});
}
//-------------------
});
-
王建民台北時間22日凌晨對老虎3A先發。(圖/美聯社資料照片/達志影像)
本報訊
台灣旅美投手王建民明(22)日凌晨1時5分將代表藍鳥3A三度先發,繼續為重返大聯盟打拚。王建民將對上底特律老虎隊3A的托利多泥母雞隊(Toledo MudHens),目前該隊在聯盟西區排名墊底,但團隊打擊率2成57,團隊全壘打86支,攻擊火力仍不容小覷。
王建民8日在藍鳥3A的首戰對上華盛頓國民隊小聯盟3A的雪城酋長隊,主投7局失1分拿下勝投;14日再度先發出戰紐約洋基3A史克蘭頓╱維克斯巴鐵道騎士隊,主投6局失2分吞下敗投。
綜觀兩場比賽,王建民對3A等級的對手有一定的壓制力,但他必須拿出更好的投球內容,說服球團他有在大聯盟生存的實力。
王建民今年球季從洋基小聯盟3A的史克蘭頓╱維克斯巴鐵道騎士隊出發,累積4勝4敗,自責分率2.33的成績;在加入藍鳥3A的水牛城野牛隊後,戰績1勝1敗,自責分率2.08。
王建民今年在與藍鳥簽約後,在大聯盟出賽5場,拿下1勝1敗,自責分率7.13的成績;由於接連兩場比賽出現大量失分,遭到藍鳥放進指定讓渡名單(Designated for assignment,DFA)中,王建民為了續拚大聯盟,選擇留在藍鳥3A,明天將是他在藍鳥3A的第3場出賽。(中央社)
關鍵字:
王建民
投手
藍鳥
大聯盟
出賽
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表