gpt4 book ai didi

extjs - 向Ajax请求添加 header

转载 作者:行者123 更新时间:2023-12-04 00:22:16 25 4
gpt4 key购买 nike

如何向ExtJS ajax请求添加请求 header ?

我特别想添加 header :accept-encoding等于true。

最佳答案

您可以指定请求 header ,如下所示:

Ext.Ajax.request({
url: 'yourUrl',
headers: {
'accept-encoding': 'true'
}
})​

关于extjs - 向Ajax请求添加 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11763651/

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