But we can make an array, and then pass that in: var rows = []; for (var i = 0; i < numrows; i++) { rows.push(ObjectRow()); } return tbody(rows);.
確定! 回上一頁