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.
基本上,不谈论库抽象,香草 ajax 调用(如XMLHttpRequest)如何处理 300 系列中的响应?
XMLHttpRequest
内部处理程序是否无缝地遵循重定向,将最终结果传递给 JS 对象,或者它只是简单地与responseText服务器返回,我们必须自己处理第二个请求?
responseText
我不得不说后者更有意义,但另一方面,浏览器处理它会很好。最终我不知道,这篇文章想告诉我们如何不需要知道它,而 jQuery似乎同意。