2013年7月31日 14:25
");
$(".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();
});
}
//-------------------
});
-
![]()
陳偉殷先發奪勝。(圖/美聯社資料照片/達志影像)
記者吳政紘/綜合報導
我國旅美好手陳偉殷丟了大聯盟生涯最多的119球,順利幫助球隊拿到勝利,雖然先被太空人隊一局得3分,不過他隨後穩定下來,拿下本季第6勝。
賽後他透過翻譯表示:「我也是第一次遇到這些打者,他們對我不熟悉,我也對他們陌生,我只能說我今天感覺很好,期他就是隊友的幫忙,讓我可以投這樣多的局數。」
對於美國媒體詢問他現在的狀況是否比受傷前還好,他說:「今年感覺狀況一直都很好。」
3局上,太空人隊靠著保送與安打攻佔滿壘,Jose Altuve還敲出2分打點安打,讓殷仔陷入危機。
沒想到快腿新秀Jonathan Villar還趁殷仔準備投球盜回本壘,攻下太空人隊的第3分。
還好之後幾局殷仔還是靠三振與隊友的精彩守備相挺,順利拿到勝投。 (接下一頁)
關鍵字:
MLB
洋基
藍鳥
陳偉殷
遊騎兵
王建民
瘋棒球
金鶯
達比修
完全比賽
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' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。