两年前就关门了。Improve this question例如,原子:hello会变成"hello"然而,由于是不变性语言,字符串将被单独存储。
hello
"hello"
xpszyzbs1#
atom_to_list返回与Atom的文本表示形式对应的字符串,例如:
atom_to_list
atom_to_list('Erlang'). "Erlang"
https://erlang.org/doc/man/erlang.html#atom_to_list-1
1条答案
按热度按时间xpszyzbs1#
atom_to_list
返回与Atom的文本表示形式对应的字符串,例如:
https://erlang.org/doc/man/erlang.html#atom_to_list-1