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);
}
">
모든 글이 구독하기로 되어 있어요 취소 하려면 어떻게 해야 해나요^^? 댓글 부탁 드려요^^