AJax中的js中怎么接受servlet返回的参数?
servlet的代码如下:publicvoiddoGet(HttpServletRequestrequest,HttpServletResponseresponse)th...
servlet的代码如下:
public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException
{
System.out.println("XXXXXXXXXXX");
response.setContentType("text/plain;charset=UTF-8");
PrintWriter out=response.getWriter();
System.out.println("现在的时间是:"+getCurrentDateAndTime()+"欢迎您(helloworld)");
out.write("现在的时间是:"+getCurrentDateAndTime()+"欢迎您(helloworld)");
out.close();
System.out.println("EEEEEEEEEEEEEEEEEEE");
}
private String getCurrentDateAndTime()
{
String currentDate="";
SimpleDateFormat format1=new SimpleDateFormat("yyyy'-'MM'-'dd HH:mm:ss");
format1.setLenient(false);
currentDate=format1.format(new Date());
return currentDate;
} 展开
public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException
{
System.out.println("XXXXXXXXXXX");
response.setContentType("text/plain;charset=UTF-8");
PrintWriter out=response.getWriter();
System.out.println("现在的时间是:"+getCurrentDateAndTime()+"欢迎您(helloworld)");
out.write("现在的时间是:"+getCurrentDateAndTime()+"欢迎您(helloworld)");
out.close();
System.out.println("EEEEEEEEEEEEEEEEEEE");
}
private String getCurrentDateAndTime()
{
String currentDate="";
SimpleDateFormat format1=new SimpleDateFormat("yyyy'-'MM'-'dd HH:mm:ss");
format1.setLenient(false);
currentDate=format1.format(new Date());
return currentDate;
} 展开
3个回答
展开全部
$.ajax({
type: "芹迅POST",
url: "搭首庆some.php",
data: "name=John&location=Boston",
success: function(msg){
alert( "Data Saved: " + msg );
}
});
其中 success: function(msg) 的 msg 就是知握servlet 传回的值
type: "芹迅POST",
url: "搭首庆some.php",
data: "name=John&location=Boston",
success: function(msg){
alert( "Data Saved: " + msg );
}
});
其中 success: function(msg) 的 msg 就是知握servlet 传回的值
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以直接誉誉使灶卜用response.getOut()来write数据。
ajax中success后庆辩段function(value),value就是写出的内容。
ajax中success后庆辩段function(value),value就是写出的内容。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
以jquery ajax为例
$.ajax({
url: '你的请求地址',
success: function(result){
//result就是返回的结果,看你接收什么样的谈悔锋返回类型,可以为text,json,xml等等 含晌 } 前悉
});
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询