以它为例。
new_array = [] Country.all do |c| g = c c = c.clone c.country_name = "kkk" new_array << c end
此时,我的新_数组包含多条记录。。 如何通过一次保存或创建来存储所有值? 还有更好的办法吗?