欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

解决报错:Uncaught SyntaxError: Unexpected token “xxx” in JSON at position 0

程序员文章站 2022-05-30 18:24:27
...

首先检查一下你的代码:

if(localStorage.getItem("projectInfos")){
  console.log(localStorage.getItem("projectInfos"));
}

如果能打印出值,然后去浏览器的 location 里,看一下里面存储的数据,将数据清空,刷新页面,报错解决。