SyntaxError: Unexpected token u in JSON at position 0

SyntaxError: Unexpected token u in JSON at position 0

乍一看这个错误感觉无从下手,其实很简单,这个错误是由于JSON.parse解析了undefined

调用JSON.parse之前加判断即可。

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