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

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

科普文章

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

孕期怎么減肥不傷寶寶

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

孕期建議通過(guò)調(diào)整飲食結(jié)構(gòu),并搭配適量的運(yùn)動(dòng)進(jìn)行減肥,可以不傷寶寶。

孕婦在懷孕期間建議通過(guò)調(diào)整飲食結(jié)構(gòu)進(jìn)行減肥,這樣不僅可以保證寶寶的生長(zhǎng)發(fā)育,也會(huì)不傷害到寶寶以及孕婦的身體。孕期可以多注意補(bǔ)充富含優(yōu)質(zhì)蛋白的食物,如魚(yú)肉、牛奶、雞蛋、雞肉、蝦肉等。

并且,孕期還應(yīng)該注意攝入富含膳食纖維以及維生素的水果蔬菜,比如花菜、青菜、黃瓜、西紅柿、蘋(píng)果、香蕉、芹菜、韭菜等,以促進(jìn)胃腸蠕動(dòng),有利于減肥。但是不建議孕期食用含有過(guò)多的糖分和脂肪的食物,比如肥肉、巧克力、冰淇淋、炸雞等。同時(shí)。在孕期每天應(yīng)該保證適當(dāng)?shù)倪\(yùn)動(dòng)量,但要避免運(yùn)動(dòng)過(guò)于劇烈,比如選擇慢走、瑜伽等。

建議在孕期規(guī)律飲食,早睡早起,適當(dāng)?shù)幕顒?dòng),有利于寶寶的發(fā)育。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'問(wèn)' +''+ 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; } }