Axios.prototype.request = function request(config) { //..省略 var chain = [dispatchRequest, undefined]; // 定義一個狀態是resolve的Promise; ...
確定! 回上一頁