摘要: 比如 列表[1,1,1,1,2,2,2,4,4,4,4,4,4,3,3,5,6,6,6] 处理成 [5,3,3,2,2,2,6,6,6,1,1,1,1,4,4,4,4,4,4] % export([sort/1]). compile(export_all). get_map(List) lists: 阅读全文
posted @ 2016-04-20 10:12 ShankYan 阅读(539) 评论(0) 推荐(0)