阅读背景:

试图让jquery .ajax识别我的PHP JSON

来源:互联网 

Calling :

致电:

 $.ajax({
        type: "POST",
        url: 'https://blahblah/cow.php',
        contentType: "application/json",
        data: {
            'guid': '111',
            'score': 592,
            'initials': 'tod'
        },
        success: function (data) {

            try {
                //alert(data + " -- " + data.length);
                if (data.length > 0) {
 $.ajax({
        type: "POST



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

分享到: