SyntaxError: Unexpected end of JSON input

        在使用$.ajax()方法时没有正常的调用 回调函数success,再error函数里打印了错误信息:SyntaxError: Unexpected end of JSON input

        错误原因:请求的controller没有返回值

        解决办法:再controller中添加返回值,或者使用$.post()代替$.ajax()


你可能感兴趣的:(错误日记)