gpt4 book ai didi

javascript - 如何将行索引值附加到 td 的 ID

转载 作者:行者123 更新时间:2023-12-01 03:20:57 24 4
gpt4 key购买 nike

这是我的代码:

<tbody>
{#participants}
<tr>
<td id="id">{.fullName}</td>
</tr>
{/participants}

我正在 .dust 文件中编写此代码。我想将行索引值附加到我的 td 的 ID 中。有什么办法可以做到吗?提前致谢!

最佳答案

您想要数据库行的索引吗?那么你可能想要这样的东西:

<td id="id_{.id}">{.fullName}</td>

...其中 {.id} 包含行 ID 的值。这将是最好的方法,因为它不需要 JavaScript,这种方法是最快的。

关于javascript - 如何将行索引值附加到 td 的 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45207988/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com