dongyi2993 2015-12-03 17:14
浏览 93

jQuery Ajax请求:以无处不在的方式处理JSON响应

I have a PHP script which sends me back JSON (with proper headers, confirmed by response headers in Chrome Dev Tools). When I do a POST request in jQuery, like this:

var request = $.post(formAction, formData);

I "need" to handle accessing JSON properties differently for .done() and .fail() (details being a property), thus:

request.done(function(response) {
    $('#response').text(response.details);
});

request.fail(function(response) {
    $('#response').text(response.responseJSON.details);
});

What is the recommended way of accessing JSON properties in ubiquitous manner, so I can just call a always() function ? For instance, when the fail() method fires, and I do console.log(response.details) I get errors telling me that that property is not found.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
    • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
    • ¥15 cmd cl 0x000007b
    • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
    • ¥500 火焰左右视图、视差(基于双目相机)
    • ¥100 set_link_state
    • ¥15 虚幻5 UE美术毛发渲染
    • ¥15 CVRP 图论 物流运输优化
    • ¥15 Tableau online 嵌入ppt失败
    • ¥100 支付宝网页转账系统不识别账号