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);
}
">
"연결부확장 가능성" 이라하면 이말은 어떤의미인가요? 너무 궁금해서요..