Ajax有返回值,但返回值用不了,这是怎么回事
如题,自己写的代码如下:$.ajax({url:"myAspnew.asp?mydata="+$("#inputtxt").val(),//data:"mydata="+...
如题,自己写的代码如下:
$.ajax({
url:"myAspnew.asp?mydata="+$("#inputtxt").val(),
//data:"mydata="+$("#inputtxt").val(),
dataType:"text",
type:"GET",
async:"true",
success: function(xhr)
{
//var tt=xhr.responseText;
alert("您刚才输入的是"+xhr);
$("#outputtxt").val()=xhr;
},
/* error: function(xhr)
{
alert("出错了");
}
*/
});
在success函数中,alert(“您刚才输入的是”+xhr)这条语句能显示返回的结果,也就是xhr接收了返回值。但是在文本框outputtxt中却显示不出xhr,这是什么情况,在线等高手解答,不胜感激! 展开
$.ajax({
url:"myAspnew.asp?mydata="+$("#inputtxt").val(),
//data:"mydata="+$("#inputtxt").val(),
dataType:"text",
type:"GET",
async:"true",
success: function(xhr)
{
//var tt=xhr.responseText;
alert("您刚才输入的是"+xhr);
$("#outputtxt").val()=xhr;
},
/* error: function(xhr)
{
alert("出错了");
}
*/
});
在success函数中,alert(“您刚才输入的是”+xhr)这条语句能显示返回的结果,也就是xhr接收了返回值。但是在文本框outputtxt中却显示不出xhr,这是什么情况,在线等高手解答,不胜感激! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询