gpt4 book ai didi

javascript - jquery ajax : headers seem to not be working

转载 作者:行者123 更新时间:2023-11-30 18:55:19 25 4
gpt4 key购买 nike

我正在尝试获取通过 jquery 发出的 ajax 请求的 header

 $.get(url, 
function(response, textStatus, headers ) {
console.log("Response: %o", response);
console.log("TextStatus: %o", textStatus);
console.log("Request: %o", headers);
}
);

但这似乎不起作用:

response 和 textstatus 正在打印,但“headers”对象似乎未定义

我只是想检查它是否符合我的预期(内容类型='excel' 等)或者响应类型是否为 html,我可以假设我调用的页面是错误的

最佳答案

那是因为 jQuery.get() 回调函数没有第三个参数。 http://docs.jquery.com/Ajax/jQuery.get#urldatacallbacktype

关于javascript - jquery ajax : headers seem to not be working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2344080/

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