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.
/// <reference path="jquery-2.0.3.js" />我在 Visual Studio ( )中有以下 Intellisense
/// <reference path="jquery-2.0.3.js" />
这个“错误”承诺是什么?
注释与记录的失败承诺相同。 但是我没有找到任何关于错误承诺的参考......但是,似乎错误和失败都做同样的事情。(两者都有效)...
error映射到failjQuery XHR 对象以实现向后兼容性。
error
fail
从来源:
jqXHR.error = jqXHR.fail;