码迷,mamicode.com
首页 > 编程语言 > 详细

ajax post 数组

时间:2016-05-11 13:18:21      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

 

ajax post 传递数组参数后台接收的为null,需要将其连接为字符串后传递

var url = "@Url.Action("CheckOutProduct", "ProductManage")";
var idsStr = ids.join(‘,‘);
$.post(url, { id: idsStr },

ajax post 数组

标签:

原文地址:http://www.cnblogs.com/taoshengyujiu/p/5481436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!