//type:"POST", //复杂对象传值用Post, //data: JSON.stringify ({ ids: List }), //JSON.stringify ---must 用来序列化 //dataType: "json", //contentType: 'application/json; charset=utf-8', //must