

$.ajax({
type: 'POST',
url: '/movie',
data: {url_give: url, star_give:star, comment_give:comment},
success: function (response) {
alert(response['msg'])
window.location.reload()
url_give 에 보라색깔이 입혀져야하는데 안 입혀져서 데이터에 안들어와요
