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.
我的问题是:在 JavaScript 中是否有任何(甚至不是最好的,但有效的)方法来更改每个响应数据,然后再由另一个回调处理。
谢谢。
简短的回答是可以。该方法将取决于您如何执行此请求。我要做的是用您自己的代码覆盖处理请求的方法,然后调用标准的方法。这称为Mokey 补丁。
另请查看此答案。