我只想在数组的前X个元素上调用.map。我该怎么做呢?
发布于 2013-03-23 03:47:53
很简单,
array.first(X-number)
仅此而已。
再见..。
https://stackoverflow.com/questions/5932332
相似问题