外陰癌嚴(yán)重嗎
發(fā)布時(shí)間:2020-06-0856455次瀏覽
外陰癌屬于較嚴(yán)重婦科惡性腫瘤,中老年女性發(fā)病率較高,且發(fā)病率隨年齡增長(zhǎng)。其發(fā)展速度非???,治療不及時(shí),可發(fā)生全身多處轉(zhuǎn)移和擴(kuò)散。
1、發(fā)展速度快
外陰癌可在短期內(nèi)從早期轉(zhuǎn)變成中期,甚至發(fā)展成晚期,導(dǎo)致身體多個(gè)系統(tǒng)受累,不及時(shí)治療危及生命。
2、引起多種不適癥狀
早期可能沒(méi)有任何癥狀或癥狀不明顯,進(jìn)入中晚期后癌腫明顯,同時(shí)伴有嚴(yán)重疼痛及瘙癢癥狀、外陰潰瘍、膿血性分泌物,侵犯尿道可引起尿頻、尿痛、排尿困難和尿道燒灼感;膀胱、肛門(mén)、直腸、腹股溝淋巴結(jié)等器官可同時(shí)受累。
3、發(fā)病與多種疾病有關(guān)
得外陰癌與人乳頭瘤狀病毒感染有關(guān),沒(méi)有感染人乳頭瘤病毒患者可能與外陰萎縮、外陰白斑、外陰尖銳濕疣、梅毒、淋巴肉芽腫等疾病有關(guān)。
'
}else{
return ''
}
}
function loadHtmlVoice(list){
if(list){
if(list.litpic){
return '
'
+'
'+ list.title +' '
+'
'
+'
'
+'
'
+''
+'
'
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
+'
'
}else{
return '
'
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}
}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 '
'
}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;
}
}