gpt4 book ai didi

dart - 在 dart 聚合物重复模板中获取索引

转载 作者:行者123 更新时间:2023-12-04 01:33:44 24 4
gpt4 key购买 nike

我想遍历一个可枚举并显示一个计数器

<div template repeat="{{ name in names }}">
###. {{name}}
</div>

我应该用什么代替 ###所以它显示了名字的位置:
1. John Doe
2. Jane Doe
3. etc...

最佳答案

Polymer 现在有能力做到这一点:

<template repeat="{{fruit in fruits | enumerate}}">
<li>You should try the {{fruit.value}}. It is number {{fruit.index}}.</li>
</template>

示例取自 https://github.com/sethladd/dart-polymer-dart-examples/blob/master/web/iterate_loop_index/my_example.html

关于dart - 在 dart 聚合物重复模板中获取索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19431835/

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