Unexpected token u in JSON at position 0 解决

我出现这个错误的原因是:我使用localStorage或者sessionStorage存入本地数据时,

存入了一个值为 Undefined ,当我在去取出来转换为JSON对象的时候,就是出现 Unexpected token u in JSON at position 0 报错

所以,当你存入数据和使用JSON.parse转换时需要判断一下,这个值不能为Undefined,才能进行JSON.parse

找了两个小时问题 后面看服务器报错日志才知道的 害 基础好重要

你可能感兴趣的:(Unexpected token u in JSON at position 0 解决)