1

我有一个 Extjs ajax 请求,我正在向 svc (C#) 发出请求 - 它总是返回 xml 数据。

proxy: {
    type: 'ajax'
    , url: '/Service/TestService.svc/getUserList'
    ,actionMethods: {
        read: 'POST'
    }
    ,reader: {
        type: 'json'
        ,root: 'records'
        ,totalProperty: 'count'
    }
    ,writer: {
        type: 'json'
    }
    ,extraParams: {
        mode: 'list'
    }
}

我如何获得 json 格式的响应。在此处输入图像描述

4

0 回答 0