``` hookAjax({ onabort: function(){ console.log('abort'); } }) $.ajax({ url: '任意接口', timeout: 1000 }) ``` 慢网下触发onabort 同时报错: 