2013年8月23日 10: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();
});
}
//-------------------
});
-
Clayton Kershaw奪下本季第13勝。(圖/美聯社資料照片/達志影像)
記者卓君澤/綜合報導
暫居全聯盟防禦王的Clayton Kershaw,面對馬林魚繳出8局0失分,打擊也有1安、1打點演出,加上隊友適時掌握得分機會,終場道奇以6比0完封馬林魚,拿下3連勝。
「前幾個半局我投得很糟,真的不知道怎麼說,很有可能讓比賽變成不一樣的結果。」Kershaw前2個半局,面對首名打者不是保送、就是被敲安,但整體來看,Kershaw仍表現優異,主投8局,被敲出5支安打,3保送、6三振,沒有丟掉任何分數。
第9局接替上場的大鬍子Brian Wilson,1局投球中僅被Greg Dobbs敲出安打,另外還送出2次三振,沒有失分,最快球速為93.5英哩(約149公里)。
「這真的是期待已久,非常艱鉅的過程,但我很高興我克服了,所以我更加珍惜棒球,感覺很不錯,就好像我沒錯過任何比賽一樣。」大鬍子去年接受韌帶置換手術,這場比賽是Wilson自2012年4月12日之後,首度回到投手丘投球。
道奇投手群聯合封鎖馬林魚打者,打線方面也給予火力支援,4局上,Kershaw在得點圈有人時敲安,送回Yasiel Puig,接著Carl Crawford補上二壘長打,將領先擴大為3比0。
5局上,道奇攻勢再起,Andre Ethier、A.J. Ellis接連2支二壘打,以及Skip Schumaker的中外野安打,幫助球隊再進帳2分,Puig在7局上擊出高飛犧牲打,讓道奇最後以6比0贏球。 (接下一頁)
關鍵字:
瘋棒球
道奇
馬林魚
Clayton Kershaw
Brian Wilson
Yasiel Puig
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
留言列表