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.
如果我有从数据库中按日期排序的记录,我想根据记录的排序方式添加一个对应的数字。例如,如果一条记录是按给定日期排序的,我想向它添加一个递增的数字:
1). Me 2). You 3). Us
用索引遍历它们。例如使用http://apidock.com/ruby/Enumerable/each_with_index
使用数组中定义的索引方法