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);
}
">
네 답변감사합니다 제가 11일까지는 더욱 조심해야겠네여
다시한번 답변 감사합니다^^