nodes() 获取所有节点名称(除自己)
node() 获取自己节点名称
如果要在所有的节点上创建mnesia表的话,要传入所有的node list
lists:append([nodes(),[node()]]).