Unexpected token u in JSON at position 0 控制台报错

Unexpected token u in JSON at position 0 控制台报错

“Unexpected token u in JSON at position 0”,这个报错通常是因为JSON.parse(undefined),因为某个变量是undefined,所以出现了这个控制台报错,所以需要排查一下是否有某个变量在JSON.parse()转化的时候是没有值的,是undefined。比如某个变量,后台返回来的时候就是undefined,或者取值或赋值的时候是undefined,等等

上一篇:在HBuilder中如何修改项目为JavaScript版本ES6,“Uncaught SyntaxError: Unexpected identifier“解决办法


下一篇:JSON parse error Unexpected end-of-input expected close marker for Object