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);
}
">
치료를 포기하고 싶다는 친구에게 도움이 되고 싶은데 방법을 모르겠어요. 어떻게 하면 좋을까요. . . .
글이 길어 수정했답니다.
답변주신 소원이엄마님 감사합니다. ~