以上是我前端获取到的数值
@RequestMapping("deleteByInfoPanelIds")
@ResponseBody
public JsonResult deleteByInfoPanelIds(@Param("deviceId") String[] s){
System.out.println(s);
//infoPanelService.deleteInfoPanelByIds(list);
return new JsonResult();
}
以上是我controller 的写法。各种方法都试过了,目前这么写s的值为null。。悬赏求解,在线等