将 2 个列表合并为一个列表
用法:
merge(List1, List2) -> List3
把列表 List1 和列表 List2 合并为一个列表 List3
lists:merge([1, 2], [3, 4]).