阅读背景:

如何在ajax中获取“data”fromphp数组

来源:互联网 

My code in ajax.

我在ajax中的代码。

$.ajax({
      type: 'post',
      url: 'url.php',
       dataType: 'JSON',
      success: function(data)
      {
         id  = // I want to get the ID data
      }
  });
$.ajax({
     



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

分享到: