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

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

科普文章

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

黑布林有哪些營養(yǎng)價(jià)值

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

黑布林主要有促進(jìn)食欲、改善消化不良、預(yù)防便秘、補(bǔ)充維生素、改善腹水等營養(yǎng)價(jià)值,建議適量食用。具體分析如下:

1.促進(jìn)食欲:黑布林含有大量的果酸,口感較為豐富,能促進(jìn)唾液腺的分泌,可在一定程度上促進(jìn)食欲。

2.改善消化不良:黑布林中含有一定量的膳食纖維,適量食用能增加胃酸的分泌,從而改善消化不良癥狀。

3.預(yù)防便秘:黑布林中的膳食纖維不易被機(jī)體吸收,可促進(jìn)胃腸道的收縮、蠕動(dòng),能夠起到促進(jìn)大便形成、預(yù)防便秘的效果。

4.補(bǔ)充維生素:黑布林中含有豐富的維生素,能有效補(bǔ)充機(jī)體所需維生素,但不宜大量食用,以免加重胃腸道負(fù)擔(dān)。

5.改善腹水:黑布林中含有多種氨基酸,如谷氨酰胺、絲氨酸、甘氨酸、脯氨酸等,能在一定程度上緩解肝硬化引起的腹水。

黑布林的攝入應(yīng)適當(dāng),以免引起不適癥狀。如果吃黑布林后出現(xiàn)不適,建議及時(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; } }