You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 년도값 대신 옵션 객체를 전달하여 데이터 수집 가능constoptionMeal=awaitschool.getMeal({year: 2018,month: 9,default: '급식이 없습니다'})constoptionCalendar=awaitschool.getCalendar({// year, month 생략시 현재 시점 기준으로 조회됨default: '일정 없는 날'})console.log(optionMeal)console.log(optionCalendar)
데이터가 없을 때 빈 문자열로 나오는 것을
유저가 설정 할 수 있으면 더 좋을 것 같습니다!
The text was updated successfully, but these errors were encountered: