ASP.. NET MVC 3与ExtJS返回错误的json

ASP.NET MVC 3 with ExtJS returning wrong json

本文关键字:返回 错误 json ExtJS NET MVC ASP      更新时间:2023-09-26

这是我的返回码:

return Json(new { success = success, message = message }, JsonRequestBehavior.AllowGet);

我总是得到一个"("answers"pre"标签前后json (stackoverflow不允许我直接写标签pre)。

我使用ExtJS发送请求,有人可以帮助吗?

看一下这篇文章,这是使用前置标签的原因。

http://www.sencha.com/forum/showthread.php?17248-lt-pre-gt-json-lt-pre-gt-in-File-upload-response- (FF-only)