怎么,把从js获取的个checkbox 集合 传到action中?
前台把Name属性写成一样,比如attachments,
办法一,后台Action加上参数(string attachments),分割下就可以了,办法二,后台Action加上参数(FormCollection collection),collection.GetValues("attachments")接受数据,
获取checkbox的值,思路:http://runjs.cn/code/zscf2hk5
后台用数组接收不就完了,方式很多..