너무나 간절합니다. 저에게 도움 좀 주세요
c
chk9135
2018.03.28 20:55
|
조회 1.4k
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
목록으로