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

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

科普文章

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

經(jīng)常頭蒙是什么原因

發(fā)布時(shí)間:2021-04-1318834次瀏覽

經(jīng)常頭蒙屬于常見臨床癥狀,考慮是患有腦血管疾病、功能性疾病、頸椎性疾病、血壓異常等疾病引起。通過腦部CT、核磁共振、血壓、血脂、胸片、心電圖檢查可確診疾病。

大腦是人體最重要的器官之一,如果大腦存在病變,可能會(huì)危害個(gè)人生命健康。日常生活中很多人在不自覺期間,經(jīng)常會(huì)感覺頭蒙蒙的,嚴(yán)重者會(huì)伴有頭痛、惡心、嘔吐等不適癥狀,即便身體嚴(yán)重不適,卻很難找到具體病因。所以經(jīng)常頭蒙是什么原因呢?

1.腦血管疾病

頻繁頭暈首先需考慮跟腦血管疾病有關(guān),如患有腦供血不足、腦動(dòng)脈硬化、腦梗塞、腔隙性腦梗塞等疾病后,人體大腦血液循環(huán)速度會(huì)減慢,從而出現(xiàn)精神不振、血壓增高、頭蒙、血脂增高、血液粘稠度增高等情況。長期頭暈、頭蒙者,建議進(jìn)行腦部CT、核磁共振、血壓、血脂檢查。

2.功能性疾病

焦慮癥、抑郁癥、植物神經(jīng)功能紊亂等功能性疾病病發(fā)后,會(huì)有頭暈、頭蒙、焦慮、心煩、出汗、乏力、多夢、失眠等臨床癥狀,可通過頭顱CT、胸片、心電圖檢查確診。

3.頸椎疾病

頸椎疾病病發(fā)后,會(huì)壓迫枕神經(jīng),引起頭皮發(fā)麻、頭痛、發(fā)脹、頭蒙等癥狀,頸椎核磁共振檢查可明確診斷是否患有頸椎疾病。

4.血壓異常

高血壓、低血壓都會(huì)引起頭痛、頭暈、頭蒙癥狀,血壓有所改善后,可緩解不適感,測量血壓可明確疾病。

' }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; } }