... const allMonths = initial.reduce((prev, next) => { const date = next.date.substr(6,4) + '/' + next.date.substr(3,2) const month = new Date(date).
確定! 回上一頁