Commit adc6c2ef by fukai

修改下字符串技术

parent a8b664b9
......@@ -63,7 +63,7 @@ export default {
const res = {}
const vals = row.split("\t");
for (let i = 0; i < vals.length; i++) {
res[i] = vals[i];
res[`${i}`] = vals[i];
}
return res;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment