
새로고침하고 콘솔에 들어가면 아래와 같은 메세지가 뜹니다. 선생님 것하고 다른 메세지입니다.

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Ti $.ajax({
type: "GET",
url: "http://spartacodingclub.shop/sparta_api/seoulair",
data: {},
success: function (response) {
console.log(response)
}
})
function open_box() {
$('#post-box').show()
}
function close_box() {
$('#post-box').hide()
}
</script>
p 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
