$.ajax({ type:"post", //请求方式 url:"**.action", //发送请求地址 data:{ //发送给数据库的数据 radio: }, //请求成功后的回调函数有两个参数 success:function(result,textStatus){ }