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);
}
">
폴피리1차 하셨을때 딸꾹질 때문에 힘들어 하셨는데
혹시 뭐가 좀 도움이 될까요?
딸꾹질 멈추는 방법 따로 있을까요?