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);
}
">
아침에 택시 잡기 어렵다는 말이 있어서 버스 이용하려고 하는데 어느 정류장에서 몇번을 타야하는지 이용해보신 분 계실까요? 시간표라던지 서울 버스어플 같은것이 있는지 아시는 분 답변 부탁드립니다.