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);
}
">
이정도면 말기인가요?
2월10일32.6
3월 4일 2904.2
이게 가능한일일까요?
한달도 안되었는데 어떻게 해야 할까요?