gpt4 book ai didi

jquery - 将多个参数从 jQuery 传递到 ASSX

转载 作者:行者123 更新时间:2023-12-01 06:58:32 28 4
gpt4 key购买 nike

如何将多个参数从 jQuery 传递到 ASHX 文件。我想发送三个值 POST ,不是GET .

最佳答案

$.ajax({
'type' : 'POST',
'url' : '/my_great_ashx_file.ashx',
'data' : {
'first_field' : 'foo',
'second_field' : 'bar',
'third_field' : 'buz'
},
'success' : function () {
alert('This was a triumph.');
}
})

关于jquery - 将多个参数从 jQuery 传递到 ASSX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6241752/

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