Appearance
这个函数除了返回提供给它的参数之外什么都不做
identity(null); // null identity(1); // 1 identity({ a: 1 }); // {a: 1}