Home  >  Article  >  Backend Development  >  ajax 取值,该怎么处理

ajax 取值,该怎么处理

WBOY
WBOYOriginal
2016-06-13 11:45:171025browse

ajax 取值

 <br /> $.ajax({<br />   type: "post",   <br />   url: "ddd.php",   <br />   data: {"inserted":[{"productionName":"空压机","product":"科兴","productionType":"KX-11D","fenjieselect":"分解","proctionNO":"02"},{"productionName":"空压机","product":"科兴","productionType":"KX-12D","fenjieselect":"分解","proctionNO":"03"}],"updated":[],"deleted":[]},   <br />   datatype: "text",<br />   success:function(data){<br />    alert (data);<br /><br /> } <br /><br />})  


我在后台的PHP里如何取到inserted ,updated ,deleted 的值啊?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn