banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

ajax统一预处理响应数据

$.ajaxSetup({
    contentType: "application/x-www-form-urlencoded;charset=utf-8",
    headers: {
        'ConnectionA': 'yes'
    },
    dataFilter: function (data, type) {
        
        return data;
    }
});

除了`dataFilter`还有`complated` 之类的生命周期
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.