摘要: js语言的特性,造就了特别的异步处理方式,我记得以前用的最多的就是回调函数,那个时候写jquery的ajax时候,特别喜欢写这种代码: $.ajax({ method:'get', url:"http://text/api", success:function(){ $.ajax({ method: 阅读全文
posted @ 2018-03-14 23:57 bluebear 阅读(502) 评论(0) 推荐(1)