Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 json 得到一个数字,代表我需要在模板中创建的 div 的数量。有没有办法使用灰尘根据这个数字迭代和创建模板中的元素?
那是不可能的。Dust 只迭代数组。因此,您可以传递所需长度的数组。
请查看http://jsfiddle.net/yXx5L/2/。
real_no
是模板将被迭代的次数。
based_on_number
是一个辅助方法,用于迭代模板real_no多次。