我有一个简单的 AJAX 请求,它将信息发送到服务器,但是出了点问题,我只收到空值。有人可以帮我弄这个吗?
来源:
console.log(data);
console.log(typeof data);
$.ajax({
url: 'index.php',
type: 'POST',
dataType: 'script',
data: data,
beforeSend: function(){$.mobile.showPageLoadingMsg();},
success: function(data){$.mobile.hidePageLoadingMsg();}
});
日志:
[2012, 7, 29, 9, 30]
目的
发布
未定义未定义未定义未定义未定义源码
undefined=&undefined=&undefined=&undefined=&undefined=