小编Abh*_*hay的帖子

使用 erlang 中的列表理解增加列表大小

A = [1,2,3]

输出应该是:

[1,one,2,two,3,three]

有没有可能得到这样的输出?

erlang

0
推荐指数
1
解决办法
95
查看次数

标签 统计

erlang ×1