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.
有没有一种简单的方法可以在 Ruby on Rails 的列表框中显示值?(类似于在 ruby 中添加 html 选择标记多个属性)
你是这个意思?
select_tag "list[]", options_from_collection_for_select(@collection, "id", "name"), :multiple=>true