검사결과 좀 설명 부탁드립니다. - 형질세포종이 의심 된다고만 하고 자세한 설명을 안해 줍니다.
체
체리아빠I비암보
2022.07.26 20:52
|
조회 296
o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">