코드
fetch 기본 골격
두캔두잇
2023. 2. 26. 22:10
fetch("여기에 URL을 입력").then(res => res.json()).then(data => {
console.log(data)
})