2013年7月27日 14:12
");
$(".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();
});
}
//-------------------
});
-
美國隊Colton Olasin敲出滿貫砲。(圖/中華棒協提供)
記者卓君澤/台北報導
美國隊靠著全場10支安打,其中,Colton Olasin更擊出滿貫全壘打,加上投手群聯手封鎖日本打線,終場美國就以9比1贏球,率先晉級冠軍賽。
「賽前就有想過會以大比分贏球,所以接下來更要繼續下去。」美國總教練Dave Webb表示。
2局上,日本隊第2棒守屋智治敲出二壘長打,攻佔上得點圈,下一棒菊田擴和再補上左外野深遠安打,送回守屋幫助日本隊先馳得點,取得1比0領先,但菊田想拚二壘卻遭到刺殺。
美國隊在3局下展開反攻,Carson Tucker和Adam Crampton紛紛敲安上壘,隨後Adam盜壘成功形成無人出局、二、三壘有人,Anthony Volpe和Yohandy Morales掌握機會串聯攻勢,幫助美國反超戰局來到2比1。
菊田的亂流還沒結束,一出局、滿壘時,菊田投出單局第2次觸身球保送,美國隊兵不血刃再下一城,取得3比1優勢。
4局下,美國攻勢再起,雖然這個半局只出現3支打,但Colton Olasin在滿壘時揮出滿貫全壘打,替美國一口氣將領先拉開到9比1。 (接下一頁)
關鍵字:
瘋棒球
IBAF
少棒
日本
美國
四強
Colton Olasin
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
留言列表