That 's what friends are for / 스티비 원더, 디온 워익, 엘튼 존, 그레디스 나잇
몽
몽이랑
2007.09.16 21:29
|
조회 166
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);
}
">