其他分享
首页 > 其他分享> > JSON.parse报错Uncaught SyntaxError: Unexpected token ' in JSON at position 1 at JSON.parse (&

JSON.parse报错Uncaught SyntaxError: Unexpected token ' in JSON at position 1 at JSON.parse (&

作者:互联网

 

JS在使用JSON.parse时报错如下:

Uncaught SyntaxError: Unexpected token ' in JSON at position 1
at JSON.parse (<anonymous>)
at <anonymous>:1:6

只需要将大括号边上换成单引号即可

 

标签:Unexpected,SyntaxError,token,parse,JSON,报错,position
来源: https://www.cnblogs.com/pfeiliu/p/16205124.html