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

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

科普文章

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

中耳炎分幾種類型

發(fā)布時(shí)間:2020-10-2058105次瀏覽

中耳炎的類型大致可以分為三類,最常見的是化膿性中耳炎,這種中耳炎又分為慢性化膿性中耳炎和急性化膿性蟲耳炎。然后是分泌性中耳炎,最后是膽脂瘤性中耳炎,這種中耳炎較少見。

中耳炎會引起持續(xù)性的耳朵疼痛,還會造成聽力下降,如果是青少年得了中耳炎,那么有可能會引起注意力障礙和學(xué)習(xí)障礙,所以必須要重視治療。那中耳炎分哪幾種類型呢?
  一、化膿性中耳炎
  1.慢性化膿性中耳炎
  慢性化膿性中耳炎是最常見的一種中耳炎,這種中耳炎癥狀不是特別嚴(yán)重,患者會有間歇性的耳道流膿。有時(shí)候患者會感覺耳朵有跳痛,這種疼痛還是可以忍受的,在疾病發(fā)作的時(shí)候,聽力會稍有下降,但一般不會嚴(yán)重影響日常生活。
  2.急性化膿性中耳炎
  急性化膿性中耳炎癥狀非常嚴(yán)重,一般會引起劇烈的耳朵疼痛,還會導(dǎo)致聽力在短時(shí)間內(nèi)迅速下降。而且急性化膿性中耳炎,經(jīng)常會出現(xiàn)耳道堵塞的情況,因?yàn)槟撍置谳^多,并且非常難清理。
  二、分泌性中耳炎
  分泌性中耳炎和化膿性中耳炎很類似,但是分泌性中耳炎的分泌物并不是膿水,一般是油性耳屎。分泌性中耳炎多是耳道清潔不良導(dǎo)致的,如果長時(shí)間不進(jìn)行治療的話,那么耳道堆積物就會越來越多,分泌性中耳炎很容易擴(kuò)散到腦部,引起腦膜炎。
  三、膽脂瘤性中耳炎
  膽脂瘤性中耳炎比較少見,這種類型的中耳炎很難跟治,因?yàn)槭悄懼鲩L在鼓膜附近的骨骼引起的。這種中耳炎一般都需要手術(shù)治療,而且很容易誘發(fā)耳聾,所以必須盡快切除膽脂瘤。

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

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

' +'

' +''+ list.c_click +' 次收聽' +'

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

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

' +'

' +''+ list.c_click +' 次收聽' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對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; } }