我如何通过 ajax 在此功能上发送 2 个或更多 id
function advcust(id) {
$.ajax ({
url: "php_filter.php?cust=advcust",
type: "GET",
data: {CustStatus:id},
success: function(data){
$("#return").html(data)
}
})
}
在这里我只能发送一个 id 但我需要发送 2 个或更多 id
我有两种输入类型来搜索两个单词我可以在 ajax 上发送 2 个 id