将true false存在本地,直接取出是字符串

56 阅读1分钟

问题

663df7920812935c3f824fe238866a7.png

解决

localStorage.setItem('i',JSON.stringify(true)) let i = JSON.parse(localStorage.getItem('i')) typeof i

image.png