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

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

科普文章

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

肚子陣陣絞痛又不拉怎么回事

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

肚子陣陣絞痛但不排便與腸痙攣腸梗阻、急性膽囊炎等相關(guān)。

1.腸痙攣:導(dǎo)致腸痙攣的原因包括腹部著涼、腸胃感染等,多發(fā)于夏季,室外的高溫和冷飲對比產(chǎn)生冷熱刺激,從而引發(fā)腸痙攣絞痛,以致出現(xiàn)腹痛且排便困難的現(xiàn)象?;颊呖稍卺t(yī)生的指導(dǎo)下使用顛茄片、消旋山莨菪堿片等藥物進(jìn)行治療。

2.腸梗阻:因腸道腫瘤或腸粘連而發(fā)生腸梗阻,可能會影響食物和糞便正常運(yùn)行,從而使排便不暢。當(dāng)腸道無法正常蠕動時,會加強(qiáng)運(yùn)動功能,進(jìn)而引起絞痛感,甚至有惡心、嘔吐等不良表現(xiàn)。建議患者遵醫(yī)囑使用西沙必利片、鹽酸米諾環(huán)素膠囊等藥物進(jìn)行治療。

3.急性膽囊炎:飲食不當(dāng)、炎癥刺激等都可能導(dǎo)致急性膽囊炎,該病的常見癥狀之一是肚子絞痛,其痛感類似于刀割,且多表現(xiàn)在肚子右側(cè)?;颊哌€伴隨有發(fā)熱、惡心、肩部出現(xiàn)放射性疼痛等不良癥狀?;颊呖筛鶕?jù)醫(yī)生建議服用鹽酸克林霉素片、熊去氧膽酸片等藥物對癥治療。

除上述原因外,還與其他原因有關(guān),比如大腸癌?;颊叱霈F(xiàn)不適后,要引起重視,必要時及時就醫(yī)。

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