게시판 추가(수술전 항암치료/전이된 경우 치료수기)
몽
몽이랑
2009.02.27 11:57
|
조회 323
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
목록으로