csv转json Installation yarn add --dev @dfeidao/fd-an000030Example import an30 from '@dfeidao/fd-an000030'; const str = `考试,科目,答卷页数,选择题数 序号,考号,单选1,单选2`; const obj = await an30(str);