jquery ajax调用java中的action该怎么写
1个回答
展开全部
$.ajax({
type:"POST",//提交数据的类型 POST GET
url:"test.action",//提交的网址
data:{Name:"sanmao",Password:"sanmaoword"},//提交的数据
datatype: "html",//返回数据的格式 "xml", "html", "script", "json", "jsonp", "text"
success:function(data){//成功返回之后调用的函数
} ,
error: function(){ //调用出错执行的函数
//请求出错处理
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询