const tableData = `id,title,year 1,The First,2001 2,The Second,2020 3,The Third,2018`; const result = R.pipe( R.split('\n'), // string => string ...
確定! 回上一頁