gpt4 book ai didi

ruby-on-rails - 在 ruby​​ 中使用索引遍历属性

转载 作者:行者123 更新时间:2023-12-04 07:31:20 24 4
gpt4 key购买 nike

我如何为 ruby​​ 中的属性迭代添加索引?

<% @child.toys.attributes.each do |attr_name, attr_value| %>

我已经尝试使用 each_with 索引:

<% @child.toys.attributes.each_with_index do |attr_name, attr_value| %>

但是索引放在哪里呢?

最佳答案

你可以这样做

<% @child.toys.attributes.each_with_index do |(attr_name, attr_value), idx| %>

更多详情 possible-to-access-the-index-in-a-hash-each-loop

关于ruby-on-rails - 在 ruby​​ 中使用索引遍历属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33386351/

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