var obj = [
] { a: 1, b: 2, c: 3 },
{ a: 4, b: 5, c: 6 },
{ a: 7, b: 8, c: 9 },
{ a: 2, b: 3, c: 10 }
];
is that you can add this column of a, this column of b, this column of c, and insert the above two-dimensional array into html to form a form, without letters, as long as the numbers are arranged
this is the effect, but the total is the sum of columns a, b and c, not rows, but columns; ask the boss for help