基础loader 为啥从右往左阅读linux 中有管道可以从左往右执行,为了实现依次执行使用函数式编程的 compose。Copyconst compose = (funcA, funcB) => (...args) => funcA(funcB(...args))