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` 之类的生命周期
載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。