摘要:
测试代码如下: 1 add_str1(N) -> 2 lists:foreach(fun(_)->"get_"++"aaa"++"bbb"++"ccc") end,lists:seq(1,N)). 3 add_str2(N) -> 4 lists:foreach(fun(_)->lists:conc 阅读全文
posted @ 2021-07-14 11:37
码蚁儿
阅读(233)
评论(0)
推荐(0)
|
摘要:
测试代码如下: 1 add_str1(N) -> 2 lists:foreach(fun(_)->"get_"++"aaa"++"bbb"++"ccc") end,lists:seq(1,N)). 3 add_str2(N) -> 4 lists:foreach(fun(_)->lists:conc 阅读全文
posted @ 2021-07-14 11:37
码蚁儿
阅读(233)
评论(0)
推荐(0)
|