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

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

科普文章

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

眩暈癥是什么癥狀

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

很多人在快節(jié)奏的工作時(shí)會(huì)出現(xiàn)頭暈、冒冷汗甚至面色蒼白的癥狀,有時(shí)閉目休息一會(huì)就沒事了,其實(shí)這并不是勞累過度而是眩暈癥的表現(xiàn),可是很多人不清楚眩暈癥是什么癥狀,下面讓我們一起了解一下,希望通過我們的介紹能讓大家有個(gè)全面的認(rèn)識(shí)。


眩暈是目眩和頭暈的總稱,以眼花、視物不清和昏暗發(fā)黑為眩;以視物旋轉(zhuǎn),或如天旋地轉(zhuǎn)不能站立為暈,因兩者常同時(shí)并見,故稱眩暈。眩暈癥的癥狀主要有以下幾點(diǎn):

第一、大多數(shù)眩暈癥患者會(huì)突然出現(xiàn)旋轉(zhuǎn)性眩暈,就是會(huì)覺得周圍的物體沿一定方向水平旋轉(zhuǎn)或搖晃,只要閉目休息一定時(shí)間,癥狀便會(huì)減輕或消除。

第二、部分眩暈癥患者還會(huì)伴有惡心、嘔吐、血壓下降、出冷汗或面色蒼白等癥狀,這些癥狀在休息幾分鐘到數(shù)小時(shí)后就會(huì)消失,繼而進(jìn)入間歇期。在這間歇期間,有人只發(fā)作一次,也有人反復(fù)發(fā)作,而且間歇期有多長(zhǎng),因人而異。

第三、眩暈癥間歇期間會(huì)有耳鳴的現(xiàn)象,初期是低聲調(diào)的吹風(fēng)聲,隨著病情發(fā)展或加重就會(huì)變成高聲調(diào)的持續(xù)性音調(diào),當(dāng)眩暈癥發(fā)作時(shí)耳鳴加劇。

隨著眩暈癥反復(fù)發(fā)作,多次的耳鳴也會(huì)對(duì)耳朵造成一定的影響,聽力受損,嚴(yán)重時(shí)會(huì)出現(xiàn)不自覺耳聾,多為單側(cè)性耳聾。

第四、除了耳鳴,不少眩暈癥患者還反映說,眩暈癥發(fā)作期間會(huì)覺得頭脹眼震,而且耳內(nèi)有沉重漲感和耳朵周圍有灼熱感。

以上是對(duì)于眩暈癥的癥狀相關(guān)介紹,希望對(duì)廣大朋友有所幫助。專家表示,如果發(fā)現(xiàn)多次出現(xiàn)上述眩暈癥癥狀,一定要及時(shí)就醫(yī),防止疾病的發(fā)生。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時(shí)長(zhǎng) '+ 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í)長(zhǎng) '+ 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 '' } } // 對(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; } }