您好,欢迎访问一九零五行业门户网

ajax 取值,该如何处理

ajax 取值
$.ajax({
type: post,
url: ddd.php,
data: {inserted:[{productionname:空压机,product:科兴,productiontype:kx-11d,fenjieselect:分解,proctionno:02},{productionname:空压机,product:科兴,productiontype:kx-12d,fenjieselect:分解,proctionno:03}],updated:[],deleted:[]},
datatype: text,
success:function(data){
alert (data);
}
})
我在后台的php里如何取到inserted ,updated ,deleted 的值啊?
------解决方案--------------------
你不是写了post接收吗? 在ddd.php 里面print_r($_post)
------解决方案--------------------

其它类似信息

推荐信息