标签: jquery ajax
我已经嵌套了Ajax调用,我在第一个成功部分的中间写了第二个,如下所示,但是我无法访问第二个调用的结果:
success: function (result) { //I need to pass the "result" to a function outside of this bracket }