image.png

    这样写可以,但是回调嵌套太多,不易维护
    如果利用promise或者Jquery 1.5之后的Deferr操作,则可以
    $.get()
    .then(function(){ return $.get()})
    .then()