장에 가스가 자꾸 차는데 좋은 방법 없을까요?
c
cj1225
2008.08.12 15:49
|
조회 208
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);
}
">
Naver
목록으로