Ajax传递数组参数时出现问题? - SegmentFault
#r4 2016年11月22日 timeofsunrise590 更新问题 查看 Ajax传递数组参数时出现问题? 代码: function getInfo (url, data){ $.ajax({ url: url, type: type...
jquery.ajax传递数组参数_百度知道
最佳答案: 不知道这样和不和你胃口 var params = [3,4,5].join('@');$.ajax({ url: '../test2.php', data: { title: 'hello', description: '米...