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

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

科普文章

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

絕經(jīng)期的飲食注意事項

發(fā)布時間:2020-08-2853416次瀏覽

凡年過18歲仍未行經(jīng)者稱為原發(fā)性閉經(jīng);在月經(jīng)初潮以后,正常絕經(jīng)以前的任何時間內(nèi)(妊娠哺乳期除外),月經(jīng)閉止超過6個月者稱為繼發(fā)性閉經(jīng)。閉經(jīng)其主要原因是飲食不當(dāng),如偏食、挑食,使食品中的蛋白質(zhì)、脂類、維生素攝入不足?;颊邞?yīng) 針對性的進(jìn)行飲食調(diào)理。絕經(jīng)期的飲食注意事項有哪些?

(1)不利營養(yǎng)精血的食物如大蒜、大頭菜、茶葉、白蘿卜、咸菜、榨菜、冬瓜等,多食會造成精血生成受損,使經(jīng)血乏源而致閉經(jīng),故應(yīng)忌食。

(2)生冷食物各種冷飲、拌涼菜、寒性水果、寒性水產(chǎn)品等食物用后可引起血管收縮,加重血液凝滯,使經(jīng)血閉而不行,故應(yīng)忌食。

(3)肥膩食物如皮蛋黃、雞蛋黃、鴨蛋黃、豬腦、豬肝、豬腎、豬油、豬肥肉、豬腸、豬心、羊肉、羊肝、鯉魚、墨魚、雞肉、甲魚、青魚、草魚、蝦、帶魚、蜆子、蟹、奶油、巧克力等。這些食物含有較高蛋白質(zhì)、膽固醇、脂肪,多食后極易造成體內(nèi)營養(yǎng)過剩,進(jìn)一步增加脂肪堆積,加重肥胖,阻塞經(jīng)脈,使經(jīng)血不能正常運行,故應(yīng)盡量少食或忌食。

(4)胡蘿卜胡蘿卜雖然含有較豐富的營養(yǎng),但其有引起閉經(jīng)和抑制卵巢排卵的功能,欲生育的女性多食則不容易懷孕,故應(yīng)忌食。

(5)閉經(jīng)屬虛證者,宜多食具有滋補作用的食物:羊肉、雞肉、瘦豬肉、桂圓、核桃、棗、栗、蓮子、枸杞子、山藥等。

(6)閉經(jīng)實證者,飲食宜清淡易于消化,多食具有活血通經(jīng)作用的食物,如山楂、油菜、黑豆、黑木耳、墨魚、橙子、橘餅等。

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