gpt4 book ai didi

DART 网络用户界面 : How to reference index in iterate loop

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

我想使用 HTML 中迭代循环的索引作为值,如:

   <select bind-value="gAddItem.drawType" 
template iterate="int ind = 0; ind < gDrawDescs.length; ind++">
<option value="{{ind.toString()}}"> {{gDrawDescs[ind]}} </option>
</select>

但是这种直观的语法似乎不起作用。有没有办法在 Dart Web-ui 中做到这一点?

最佳答案

大家好消息! Seth Ladd 与 Peter B 的回答相关的问题是 fixed几个月前,所以现在您可以引用 {{$index}}从内部 <template> .来自该提交中添加的测试代码:

Test the $index meta variable:
<template repeat="item in items" indentation="remove">
<div>
"{{item}}" is the {{$index}}{{suffix($index)}} item out of {{$list.length}}.
</div>
</template>

关于DART 网络用户界面 : How to reference index in iterate loop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14414901/

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