//转换字符串
if(null != idetail){
idetail = idetail.replaceAll(" width=\"100%\"", "");
idetail = idetail.replaceAll("<img", "<img width=\"100%\"");
}