๐๋ถํ๋๋ ค์๐
์ท
์ท๋ณดใ
ฃ๊ผผ์ด
2022.09.05 19:59
|
์กฐํ 418
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);
}
">