> Erlang中文手册 > get/0 返回进程里的所有字典值

erlang:get/0

返回进程里的所有字典值

用法:

get() -> [{Key, Val}]

以一个 {Key, Val} 元组列表的形式返回进程里的所有字典值

erlang:get().