小孩疤痕能自己修復(fù)嗎
發(fā)布時(shí)間:2018-09-0655308次播放
視頻內(nèi)容:
小孩
疤痕能否自己修復(fù),需要看孩子疤痕的面積以及深淺等具體情況。
但是,對(duì)于小孩疤痕來說,因?yàn)樾『⑸眢w的組織代謝能力比較強(qiáng),組織的愈合能力,也比較強(qiáng)。因此,小孩疤痕隨著年齡的增長(zhǎng),就會(huì)出現(xiàn)逐漸變淡的情況。疤痕可以自己修復(fù),但是不會(huì)自己變得消失不見。
疤痕生長(zhǎng),具有明顯周期,尤其小孩受傷后的一年之內(nèi),為疤痕的增殖期。開始愈合時(shí)疤痕不太明顯,半年或八至九個(gè)月后,疤痕生長(zhǎng)較為明顯,出現(xiàn)明顯的紅腫、功能障礙。一至兩年后,疤痕開始萎縮,血管開始封閉。因此,疤痕緩慢地由紅變黑、變白,由硬變軟。非功能部位的疤痕,如小孩臀部或背部疤痕,若不加干預(yù),一般兩至三年后也會(huì)緩慢萎縮。因此,隨著時(shí)間延長(zhǎng),疤痕修復(fù)是必然的生理過程。
分享到微信朋友圈
×
用微信“掃一掃”圖中二維碼,
即可把視頻分享給您的微信好友或朋友圈。
'
}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;
}
}