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);
}
">
검진 한 내용 중 피검사 결과가 떴는데 궁굼한게 몇가지 있어서요..
실은 좀 불안한 부분도 있구요..
혹시 도움 받을 수 있는 싸이트 있을까요?