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);
}
">
t1bn0가 무슨 뜻 인가요?
a 와 b의 차이가 무엇인가요?
부탁드립니다.