Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 GET XHR 请求中,IE 11 控制台中没有请求标头。标头确实存在于 Chrome 和 Firefox 中。
如何发送带有 GET 请求的标头?
当 IE 11 缓存请求时,没有标头。我必须在请求 ( ?d=${Date.Now()}) 中添加一个查询参数,以确保请求没有被缓存。
?d=${Date.Now()}