염증 수치를 사진에서 보려면 어떻게 봐야 하나요 염증 수치가 나와 있나요 사진상에서 감사합니다
나
나는 해내다I전본
2024.07.20 15:14
|
조회 632
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);
}
">