在 Ruby 中,我使用 MongoMapper 进行了以下测试:
test = (push_uniq @a.id, title: 'test')
puts test.class
puts test.to_s
结果我得到:
Fixnum
136
为什么是 136?
任何人?
在 Ruby 中,我使用 MongoMapper 进行了以下测试:
test = (push_uniq @a.id, title: 'test')
puts test.class
puts test.to_s
结果我得到:
Fixnum
136
为什么是 136?
任何人?