let { compose } = require('redux'); function add1(str) { return '1' + str; } ... export default function compose(...funcs){ // 如果參數沒傳, ...
確定! 回上一頁