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

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

科普文章

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

乙肝的癥狀表現(xiàn)有哪些

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

一般情況下,乙肝癥狀較為繁多。具體分析如下:

乙肝病毒感染人體后,患者會(huì)出現(xiàn)四肢無力,精神不振,容易困倦乏力,食欲不振,惡心嘔吐,并伴有精神不適、腹痛、消化不良等一系列癥狀。此外,當(dāng)乙型肝炎患者體內(nèi)膽紅素升高時(shí),還會(huì)出現(xiàn)黃疸癥狀、皮膚發(fā)黃、眼睛發(fā)黃、尿液發(fā)黃等癥狀,同時(shí)伴有輕度發(fā)熱等。失眠和多夢(mèng)可能也與此有關(guān)。消化道出現(xiàn)肝炎時(shí),肝功能異常,膽汁分泌少,常出現(xiàn)厭食、惡心、上腹部不適、腹脹等癥狀。

乙肝患者出現(xiàn)黃疸時(shí),肝功能受損,膽紅素的攝入、結(jié)合、分泌和排泄出現(xiàn)障礙,血液中膽紅素濃度升高。膽紅素從尿液中排出,尿液顏色變黃,這是黃疸的最早表現(xiàn)。血液中膽紅素濃度持續(xù)升高,會(huì)導(dǎo)致眼睛和皮膚變黃。由于膽汁酸排泄障礙,血液中膽汁酸濃度增加,過多的膽汁酸沉積在皮膚上,刺激周圍神經(jīng),可能引起皮膚瘙癢。

乙肝通常沒有劇烈的疼痛,部分患者右上腹及右肋部有不適、隱痛、壓痛。如果肝區(qū)疼痛嚴(yán)重,應(yīng)注意膽道疾病、肝癌和胃腸道疾病的可能性,避免誤診應(yīng)該多做幾次篩查。如果確有其他并發(fā)癥,應(yīng)該及時(shí)就醫(yī)尋找合理的治療方法。

' }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 '' } } // 對(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; } }