码迷,mamicode.com
首页 > Web开发 > 详细

ExtJS4.1.1 Uncaught Ext.JSON.decode(): You're trying to decode an invalid JSON String的问题

时间:2015-03-16 16:17:13      阅读:592      评论:0      收藏:0      [点我收藏+]

标签:

上传文件之后出现 Uncaught Ext.JSON.decode(): You‘re trying to decode an invalid JSON String可能是由于因为你没有返回内容,或者是因为没有后面的两句代码,就是没有写入输出流中。

outs.write("{success:true}");
outs.flush();
outs.close();

我之前一直报错就是因为没有outs.flush(); outs.close();这两句

ExtJS4.1.1 Uncaught Ext.JSON.decode(): You're trying to decode an invalid JSON String的问题

标签:

原文地址:http://www.cnblogs.com/nizaikangududefengjing/p/4341881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!