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

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

科普文章

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

前列腺癌得病原因有哪些

發(fā)布時(shí)間:2020-08-2863484次瀏覽

前列腺癌是指發(fā)生在前列腺的上皮性惡性腫瘤,發(fā)病率隨著年齡的增長(zhǎng)而增長(zhǎng),男性朋友要多加注意,多多了解發(fā)病原因,做好預(yù)防,減少發(fā)病率。下面就來了解一下前列腺癌的致病因素。


1、年齡:前列腺癌的發(fā)生與年齡呈正相關(guān),百分之九十五的前列腺癌患者年齡在45~90歲,平均是70歲。從50~85歲,每增加5歲為年齡段的發(fā)病率比前一年齡段升高百分之二十一到六十五。前列腺癌正趨向年輕化發(fā)展。

2、性活動(dòng):青春期性活動(dòng)開始較早、性活動(dòng)次數(shù)頻繁者,患前列腺癌的風(fēng)險(xiǎn)大,而失去性生活能力的年齡越晚越危險(xiǎn)。手淫與前列腺癌也有相關(guān)性。另外,有性傳播疾病或性伴侶過多者,患前列腺癌的危險(xiǎn)性更高。

3、化學(xué):前列腺癌與鎘元素有關(guān)。鎘元素是工業(yè)污染中常見的重金屬,導(dǎo)致前列腺癌的原因主要是吸煙和職業(yè)接觸,長(zhǎng)期從事化工、染料、橡膠及印刷等職業(yè)者,接觸鎘元素的機(jī)會(huì)增多,發(fā)生前列腺癌的危險(xiǎn)性也較大。

4、營(yíng)養(yǎng):高脂肪飲食是誘發(fā)前列腺癌的危險(xiǎn)因素,尤其是紅色肉類的危險(xiǎn)最大。亞油酸常與前列腺癌有關(guān),而來源于魚和奶制品的脂肪則影響較小。前列腺癌與總脂肪、胡蘿卜素、硒、飽和脂肪酸、動(dòng)物脂肪攝人存在一定的劑量反應(yīng)關(guān)系。特別是視黃醇可增加前列腺癌的發(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 +' 次收聽' +'

' +'
' +'
' +'
' +'
' }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 +' 次收聽' +'

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