js传递数组参数到后台controller的方法 传递参数传递字符串,所以要把数组转换为字符串,vararr=[1,23,34,5];varstr=arr.toString();str传递 js传递数组参数