摘要: 一、 concat(Things) -> string() Types: Things = [Thing] Thing = atom() | integer() | float() | string() Concatenates the text representation of the elements of Things. The elements of Things can be atoms, integers, floats or strings. > lists:concat([doc, '/', file, '.', 3]). &quo 阅读全文
posted @ 2013-11-28 15:47 宁静的天空 阅读(211) 评论(0) 推荐(0)