
질문 내용
안녕하세요
data: {url_give: url, star_give:star, comment_give:comment},
여기서 url_give 와 url 의 관계가 어떻게 되고 의미가 뭐예요?
작성한 코드 및 에러 메세지
$.ajax({
type: 'POST',
url: '/movie',
data: {url_give: url, star_give:star, comment_give:comment},
success: function (response) {
alert(response['msg'])
window.loction.reload()
}
});
