$.ajax({ type: "POST", url: "test.do",//你后台请求URL地址 data: "score="+score, success: function(msg){ alert( msg ); }});