NOWnews.com 今日新聞網
2013年8月24日 11:13
");
$(".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日,大陸衛生部門已派人實地查看,將制定統一滅殺方案。當地警方也正在調查該偷拆事件。
根據中新網報導,該蟑螂養殖場地位於江蘇大豐市疏港路的路南,記者在現場看到,地上一片狼藉,到處是散碎的活動板、磚頭和鋼管,廢墟中還能看到小蟑螂的蹤跡。
據養殖戶王先生介紹,近年來品種為『美洲大蠊』的蟑螂因獨特的藥用價值,而成為熱門的養殖動物。從去(2012)年秋天起,他對該專案作了大半年的考察學習,然後決定投資養殖『美洲大蠊』蟑螂。他以年租金3000元(以人民幣計價,以下同)的價格,租下大豐市大中鎮德豐村三組一戶村民的兩畝多土地,後又花四五萬元搭建了溫室大棚和一間活動板房。今年2月和7月,兩次從徐州一家養殖場共購進100多公斤的蟲卵。
王先生說,第一批蟲卵已經孵化成功,按照每公斤有1200粒卵鞘、每粒卵鞘至少可孵化16隻幼蟲計算,第一批的82公斤蟲卵至少孵化出150多萬隻『美洲大蠊』蟑螂幼蟲。為了照顧好蟑螂,王先生將母親接到養殖場幫忙。據王先生的母親回憶,8月20日傍晚6點,她來到田裡準備給蟑螂餵食,卻見溫室大棚和板房被人拆除了。
究竟是誰偷拆了養殖大棚,上百萬隻小蟑螂逃走會產生什麼後果,王先生百思莫解,只得向警方報案。大豐警方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' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。