阅读背景:

如何在JSON中获取每个数组元素的值?

来源:互联网 

Here is my AJAX call:

这是我的AJAX电话:

$.ajax({
    url: "https://testsite.com/testurl.php",
    data: form,
    dataType: 'json',
    type: 'post',
    success: function(data) {
        console.log( 'success', data );
    },
    error: function() {
        console.log( 'error', arguments );
    }
});
$.ajax({



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: