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);
}
">
열이 2주째 37.5 인데요
호중구도 정상이고 다른 검사도 정상이에요
원인이 뭘까요?