티스토리 뷰

반응형

<button onclick="goBack()">뒤로가기</button>

<script>
function goBack() {
  window.history.back();
}
</script>
반응형
댓글
댓글쓰기 폼