Ajax 기본 틀

KBS·2021년 9월 8일
0

Ajax

목록 보기
1/1
$.ajax({
  type: "GET",
  url: "여기에URL을입력",
  data: {},
  success: function(response){
    console.log(response)
  }
})
profile
FE DEVELOPER

0개의 댓글