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);
}
">
결과지 어떤걸 보는건가요ㅠ 어러워요 ㅠㅠ
온톨 해두되나요?