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个回答
TableDI
2024-07-18 广告
2024-07-18 广告
在Excel中,使用`VLOOKUP`函数进行单一条件查找非常常见,但`VLOOKUP`本身并不直接支持双重条件。然而,你可以通过一些间接方法实现。一种方法是将两个条件合并为一个标识符(例如,通过连接或串联),然后在另一个区域中查找此标识符...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询