const Promise = require('bluebird'); function complexTypePromiseChain() {//複雜類型 return Promise.resolve({a: 1}) .tap(value => {value.a ...
確定! 回上一頁