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

   本次错误是出现在后端向前端传输数据时出现的,根据前端显示数据传输到了但是没有显示出来,具体原因好像是因为传输的json格式出现了错误,后来经过长时间的排查发现出错的地方在servlet里,

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

 这句话好像在json传输的数据前添加了“Served at:”导致json数据格式出错,无法正常显示。

上一篇:net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "function" "FU


下一篇:syntax error: unexpected end of file