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

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

科普文章

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

便秘、大便是黑色的怎么回事

發(fā)布時間:2025-03-131741次瀏覽

便秘、大便是黑色一般是飲食因素、腸道蠕動異常、慢性胃炎、胃潰瘍、十二指腸潰瘍等原因。

1、飲食因素:如果患者大量食用動物血、肝臟,或菠菜等含鐵豐富的食物,鐵元素在腸道內(nèi)與硫化物結(jié)合,形成黑色的硫化鐵,導(dǎo)致大便變黑。同時,這些食物膳食纖維含量若不足,易引發(fā)便秘。調(diào)整飲食,減少此類食物攝入,增加蔬果、全谷物等富含膳食纖維食物,如蘋果、燕麥等。

2、腸道蠕動異常:如果患者久坐、缺乏運(yùn)動,會使腸道蠕動減慢,糞便在腸道內(nèi)停留時間過長,水分被過度吸收,導(dǎo)致便秘。同時,腸道內(nèi)環(huán)境改變,可能影響大便顏色。應(yīng)增加運(yùn)動量,每天散步30分鐘,通??梢栽鰪?qiáng)胃腸動力。

3、慢性胃炎:如果患有慢性胃炎,患者的胃腸道蠕動速度通常會變慢,進(jìn)而引起便秘、大便是黑色、腹脹等不適的癥狀,建議遵醫(yī)囑使用注射用蘭索拉唑、呋喃唑酮片、養(yǎng)胃舒顆粒等藥物進(jìn)行治療。

4、胃潰瘍:如果患有胃潰瘍,潰瘍出血,血液在腸道內(nèi)被氧化,使大便變黑?;颊甙橛猩细共刻弁?、反酸等癥狀,建議遵醫(yī)囑使用蘭索拉唑片、西咪替丁片、膠體果膠鉍膠囊等藥物進(jìn)行治療。

5、十二指腸潰瘍:如果患有十二指腸潰瘍,出血同樣會使大便變黑,患者伴有空腹時上腹部疼痛、燒心等癥狀,建議遵醫(yī)囑使用注射用奧美拉唑鈉、西咪替丁注射液、顛茄片等藥物進(jìn)行治療。

建議便秘且大便黑色持續(xù)不緩解的患者及時就醫(yī)。日常注意飲食均衡,適當(dāng)運(yùn)動,如散步、瑜伽等。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ 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) +'
' +'
' +'
' +'' +'' +'語音時長 '+ 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)、小時(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個占位符, // 年(y)可以用 1-4 個占位符,毫秒(S)只能用 1 個占位符(是 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(), //小時 "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; } }