+ -
当前位置:首页 → 问答吧 → js向action传数组的问题

js向action传数组的问题

时间:2011-11-15

来源:互联网

js脚本里的代码:xmlHttp.open("post","/pm/AssetsManagementAction.do?method=delete&assetsIds="+assetsIds,true);assetsIds是个数组是有值的,
action中的代码 :String[] assetsIds = request.getParameterValues("assetsIds");取不到值

作者: yj1300918200   发布时间: 2011-11-15

url地址能传数组?用json吧...

作者: hzl96363   发布时间: 2011-11-15

json怎么用?讲解一下吧!

作者: yj1300918200   发布时间: 2011-11-15

key:value
都map集合一样啊

作者: cs123456789dn   发布时间: 2011-11-15