13
저장소 항목이 설정되어 있는지 확인하는 방법
항목이 설정되어 있는지 어떻게 확인할 수 localStorage있습니까? 현재 사용하고 있습니다 if (!(localStorage.getItem("infiniteScrollEnabled") == true || localStorage.getItem("infiniteScrollEnabled") == false)) { // init variable/set default variable for item localStorage.setItem("infiniteScrollEnabled", true); }