注意:多参数传递时前台传的所有参数必须为字符串,后台接收必须全为字符串
单数组对象传递时必须这样写
$.ajax({ type:"POST", url:"/information/removeUserCar", data:JSON.stringify(data), dataType:"json", contentType:"application/json"