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);
}
">
[[[CONTENT-ELEMENT-0]]]
의사설명이 늘 부족하네요.
ct 및 mri 결과지 해석해주세요.
미리 감사드립니다.