extjs4.0上传问题 SSH+extjs4.0
uncaught exception: Ext.JSON.decode(): You're trying to decode an invalid JSON String: <pre>{"success":true}</pre>
求解.....
[解决办法]
你返回的字符串多了<pre></pre>,只需返回{"success":true}即可。
[解决办法]
("{success:"+true+"}")
这个代码是后台的还是前台的,不过怎么也不对吧字符串加上bool值。。