
그대로 따라 적었는데
$.ajax({
type: "GET",
url: "http://spartacodingclub.shop/sparta_api/seoulair",
data: {},
success: function(response) {
let rows = response['RealtimeCityAir']['row']
for (let i = 0; i < rows.length; i++) {
}
}
})
콘솔에 들어가면

아무거도 안뜨네요.. 왜 그런건가요?
