const compose = function(){ // 将接收的参数存到一个数组, args == [multiply, add] const args = [].slice.apply(arguments); return function(x) ...
確定! 回上一頁