임파선 전이 여부 어떻게 확인하셨나요?
행
행운씨
2021.05.12 15:54
|
조회 405
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
목록으로