五月天黄色网址,国内久久精品,偷拍亚洲欧美,亚洲精品视频在线看

博禾醫(yī)生官網(wǎng)

科普文章

查疾病 找醫(yī)生 找醫(yī)院

德?tīng)査儺惗局暝趺磦鞑?/h2>
發(fā)布時(shí)間:2021-08-1610564次瀏覽

德?tīng)査《局饕獋鞑シ绞綖?a href="http://www.sxhyfhb888.com/k/3vl31g4qkrc7w3k.html" target="_blank">呼吸道飛沫傳播、接觸污染物傳播、空氣傳播等。當(dāng)感染者與他人近距離接觸后,打噴嚏、咳嗽、說(shuō)話間的飛沫噴灑在物體表面,或停留在空氣中,都可導(dǎo)致他人感染。

德?tīng)査《緸?a href="http://www.sxhyfhb888.com/k/jm2a59a8km24kmw.html" target="_blank">新冠變異毒株,與原始毒株相比,德?tīng)査《緜魅拘愿鼜?qiáng)、癥狀更加隱匿。且德?tīng)査《镜膫魅灸芰σ淹耆^(guò)埃博拉、天花和西班牙流感,與水痘感染率相似,感染后還易轉(zhuǎn)為重癥。想要預(yù)防感染需先了解傳播方式,那么德?tīng)査儺惗局暝趺磦鞑ツ兀?/p>

1.呼吸道飛沫傳播

德?tīng)査《究赏ㄟ^(guò)感染者打噴嚏、咳嗽、說(shuō)話時(shí)的呼吸道飛沫中傳播病毒,導(dǎo)致與感染者近距離接觸的人群感染,為主要傳播方式。

2.接觸污染物傳播

感染者呼吸道飛沫、分泌物污染物體表面后,病毒會(huì)存活一段時(shí)間,其他人去接觸污染物,沾染病毒后再接觸口、鼻、眼等部位,便會(huì)感染。

3.空氣傳播

空氣傳播也被稱為氣溶膠傳播,當(dāng)感染者在通風(fēng)不暢、狹小的空間內(nèi),有打噴嚏、咳嗽等行為,呼吸道飛沫會(huì)形成較小顆粒在空氣中懸停,存活一段時(shí)間,被其他人接觸、吸入后,便易感染。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }else{ return '' } } function loadHtmlArticle(list){ if(list){ return '
' + (list.litpic ? '' : '') +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'' +'
' +'
' }else{ return '' } } function loadHtmlAsk(list){ if(list){ return '
' +'
' +'' +'問(wèn)' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對(duì)Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符, // 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 1-3 位的數(shù)字) // 例子: // date_format("yyyy-MM-dd HH:mm:ss.S") ==> 2006-07-02 08:09:04.423 // date_format("yyyy-M-d H:m:s.S") ==> 2006-7-2 8:9:4.18 function date_format(time, fmt) { //author: meizz time = new Date(parseInt(time)*1000) var o = { "M+" : time.getMonth()+1, //月份 "d+" : time.getDate(), //日 "h+" : time.getHours(), //小時(shí) "m+" : time.getMinutes(), //分 "s+" : time.getSeconds(), //秒 "q+" : Math.floor((time.getMonth()+3)/3), //季度 "S" : time.getMilliseconds() //毫秒 }; if(/(y+)/.test(fmt)) fmt=fmt.replace(RegExp.$1, (time.getFullYear()+"").substr(4 - RegExp.$1.length)); for(var k in o){ if(new RegExp("("+ k +")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length))); } return fmt; } function timeFt(m,s){ if(m){ return m + ':' + s; }else{ return s; } } function dataFilter(data, str){ str = str || ''; if(data){ return data; }else{ return str; } }