李鴻典
2013年7月19日 08:53
");
$(".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();
});
}
//-------------------
});
-
名醫實驗:統一產品,千秋萬世!
記者李鴻典/台北報導
日前有媒體進行「超商過期麵包」是否還能吃的人體實測,結果證明過期兩周的袋裝麵包,除了較乾澀外,其餘沒有不同,引發「殭屍麵包」疑慮,近日,則有一名醫師,分享一篇文章,結果更為驚人,超商杯子蛋糕居然可以在過期近一年後,吃來依舊鮮嫩!
曾因出走台大醫院而登上媒體版面的醫師洪浩雲近日發表文章「好運羊的咩咩叫:統一產品,千秋萬世,直到永遠!」他在文中提到,還記得「統一長明燈」嗎?那個不會融化的冰淇淋,當時,統一在面對網友的質疑時表示「其實他們的成本反而是比較貴」,對此,他特別把文章寫出來,「讓你們知道為何人家的東西比較貴!」
洪浩雲表示,某天他在值班室休息的時候很無聊,於是翻翻櫃子找找抽屜,想找點東西看看,然後在抽屜裡發現了「杯子蛋糕」!剛好肚子餓了,正想吃的時候,瞄到了它的保存期限:2012.08.27!?啥!?過期了快一年....「我當下整個人精神來了,仔細看著這包未拆封的蛋糕....嘿,有趣!」
他說,曾說過拒絕進小七,為了這篇文章,只好破戒了。他買了一袋一樣的杯子蛋糕,「接著就是老少對決了,如果用有效日期作標題的話,就是『2012.08.27 VS 2013.07.22』,光看外表,老了一歲的蛋糕有點扁,顏色比較不那麼鮮艷,但是把下面掰開一看,裡面都是很鮮嫩的耶!」
之後,他將兩袋蛋糕都拆封食用;「好吧,說實話,吃起來的感覺沒有『完全』一樣,老了一歲的蛋糕吃起來就是比較沒有蓬鬆的口感,但是你能要求什麼,人家在抽屜裡面呆了一年了耶!」
(接下一頁)
關鍵字:
醫師
實驗
過期
一年
依舊
鮮嫩
超商
蛋糕
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
留言列表