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值。。