我正在处理一个分配,而我遇到的问题是我不确定如何在函数中使用列表tl
的{{1}}次。 x
在函数运行时给出,但在此之前我不知道。
答案 0 :(得分:0)
我明白了。我不得不编写一个Helper函数,该函数将列表中的tl
用作了我需要的很多次。
谢谢!
答案 1 :(得分:0)
已经有一个内置函数:<table>
<thead>
<th>Price</th>
<th>Quantity</th>
<th>Total</th>
</thead>
<tbody id="product_table">
<tr>
<td><input type="text" name="price"></td>
<td><input type="text" name="quantity"></td>
<td><input type="text" name="total" readonly></td>
</tr>
</tbody>
<input type="button" name="submit" value="Add Row" onclick="add_fields();">
从List.drop (xs, n)
中删除n
个元素。由于“拖尾”等同于删除一个元素,因此删除xs
个元素等同于“拖尾” n
次。
n