gpt4 book ai didi

jquery - 如何使用经典 asp 通过 ajax.api 发送和接收数组值

转载 作者:行者123 更新时间:2023-12-01 04:35:09 26 4
gpt4 key购买 nike

我想通过ajax发送数组值并接收,但在ajax URL页面中它没有得到任何值我想知道如何发送和接收。

在ajax发送页面的

$('#Available').click(function(){
$.ajax({
url:"../clientlist/commisstion_api.asp",
data:{id_tb:id_tb},
global:false,
success:function(data){
var obj = JSON.parse(data);
},
error:function(xhr, ajaxOptions, thrownError){
console.log(xhr.status);
console.log(thrownError);
}
});
});

在接收页面

Ltbf1 = request("id_tb")
response.write "Ltbf1"&Ltbf1

this is my header variable send

但在接收页面无法获取值。

最佳答案

你可以试试

Ltbf1 = request("id_tb[]")

希望它能成功!!!

关于jquery - 如何使用经典 asp 通过 ajax.api 发送和接收数组值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58704415/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com