import { sortWith, prop, ascend, descend, · map, ifElse } from 'ramda'; · interface StudentScore { · name: string; · chinese: number; · english: number; · math: ...
確定! 回上一頁