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);
}
">
GPT수치면 GPT수치고 ALT수치면 ALT수치인데 병원 어플에서 피검사조회를 하니까 GPT(ALT) 수치 9 이렇게 나오는데 뭔 말인지를 모르겠네요. 아시는분 계신가여??